Location: steve@xxxxxxxxxxxxxx http://arch.eicq.org/2005/
Revision: xwem--steve--2.2--patch-5
Archive: steve@xxxxxxxxxxxxxx
Creator: Steve Youngs <steve@xxxxxxxx>
Date: Tue Jun 21 07:53:26 EST 2005
Standard-date: 2005-06-20 21:53:26 GMT
Modified-files: lisp/xwem-icons.el
New-patches: steve@xxxxxxxxxxxxxx/xwem--steve--2.2--patch-5
Summary: Order is important in `xwem-icons-list' -- ICQ icon not displaying
Keywords: bugfix, trivial
* lisp/xwem-icons.el (xwem-icons-list): Rearrange so that the default
XEmacs icon is 2nd last, the last being the default X icon. This is so
other icons that are determined on buffer modes etc appear _before_ the
default XEmacs icon, and thus, will work.
* added files
{arch}/xwem/xwem--steve/xwem--steve--2.2/steve@xxxxxxxxxxxxxx/patch-log/patch-5
* modified files
--- orig/lisp/xwem-icons.el
+++ mod/lisp/xwem-icons.el
@@ -116,7 +116,6 @@
("mini-xchat.xpm" (application "xchat"))
("mini-diag.xpm" (application "gnumeric"))
- ("mini-xemacs.xpm" (application "xemacs"))
("mini-zoom.xpm" (or (class-inst "^Xmag$")
(name "^Lupe$")))
@@ -140,6 +139,8 @@
(or (class-inst "^.term$")
(class-inst "^rxvt$"))))
+ ("mini-xemacs.xpm" (application "xemacs"))
+
("mini-x2.xpm" (eval t))) ; any other
"Icons matching list in `xwem-manage-list' format."
:type '(repeat
|