(gnus-display-x-face-in-from): Don't use centering
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Tue, 13 May 2003 16:37:31 +0000 (16:37 +0000)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Tue, 13 May 2003 16:37:31 +0000 (16:37 +0000)
since none of the other image things do.

lisp/ChangeLog
lisp/gnus-fun.el

index 0499206..4ff66e6 100644 (file)
@@ -1,3 +1,8 @@
+2003-05-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * gnus-fun.el (gnus-display-x-face-in-from): Don't use centering
+       since none of the other image things do.
+
 2003-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * dgnushack.el (assq-delete-all): New compiler macro for Emacs 20.
index 8791640..a174779 100644 (file)
@@ -190,9 +190,9 @@ colors of the displayed X-Faces."
            (if (gnus-image-type-available-p 'xface)
                (gnus-create-image
                 (concat "X-Face: " data)
-                'xface t :ascent 'center :face 'gnus-x-face)
+                'xface t :face 'gnus-x-face)
              (gnus-create-image
-              pbm 'pbm t :ascent 'center :face 'gnus-x-face))))
+              pbm 'pbm t :face 'gnus-x-face))))
          (gnus-add-wash-type 'xface))))))
 
 (defun gnus-grab-cam-x-face ()