]> git.eshelyaron.com Git - emacs.git/commitdiff
Put the xpm version of the logo at the top so that the proper colours are applied...
authorKatsumi Yamaoka <yamaoka@jpl.org>
Tue, 31 Aug 2010 00:19:31 +0000 (00:19 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Tue, 31 Aug 2010 00:19:31 +0000 (00:19 +0000)
lisp/gnus/ChangeLog
lisp/gnus/gnus.el

index 2791baa44e44a70e4aec1c78f72450ca0d046307..0d3d0446c86034aca4f6e0ea794ca1114c575c89 100644 (file)
@@ -1,5 +1,8 @@
 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
+       * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
+       at the top so that the proper colours are applied.
+
        * gnus-art.el (gnus-article-view-part): Doc fix.
 
        * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
index 864c7cadf7dec26a29915c9eab76f181a321930f..0f8111c32bad281eae15e46bb6e8dfde41c1541a 100644 (file)
@@ -1058,14 +1058,14 @@ be set in `.emacs' instead."
                                    (symbol-value 'image-load-path))
                                   (t load-path)))
            (image (find-image
-                   `((:type svg :file "gnus.svg")
-                     (:type png :file "gnus.png")
-                     (:type xpm :file "gnus.xpm"
+                   `((:type xpm :file "gnus.xpm"
                             :color-symbols
                             (("thing" . ,(car gnus-logo-colors))
                              ("shadow" . ,(cadr gnus-logo-colors))
                              ("oort" . "#eeeeee")
                              ("background" . ,(face-background 'default))))
+                     (:type svg :file "gnus.svg")
+                     (:type png :file "gnus.png")
                      (:type pbm :file "gnus.pbm"
                             ;; Account for the pbm's blackground.
                             :background ,(face-foreground 'gnus-splash)