Location: lg@xxxxxxxxxxxxxx http://arch.xwem.org/2005/
Revision: xwem--main--2.2--patch-6
Archive: lg@xxxxxxxxxxxxxx
Creator: Zajcev Evgeny <lg@xxxxxxxx>
Date: Sat Apr 23 02:39:25 MSD 2005
Standard-date: 2005-04-22 22:39:25 GMT
Modified-files: lisp/xwem-manage.el
New-patches: lg@xxxxxxxxxxxxxx/xwem--main--2.2--patch-6
Summary: xchat application fix
Keywords: xchat, applications
* lisp/xwem-manage.el (xwem-applications-alist): [fix] xchat
* added files
{arch}/xwem/xwem--main/xwem--main--2.2/lg@xxxxxxxxxxxxxx/patch-log/patch-6
* modified files
--- orig/lisp/xwem-manage.el
+++ mod/lisp/xwem-manage.el
@@ -168,7 +168,8 @@
("xmms" (class-name "^[Xx]mms$"))
("xine" (class-name "^xine$"))
("mplayer" (class-name "^MPlayer$"))
- ("xchat" (class-name "^X-Chat$"))
+ ("xchat" (or (class-name "^X-Chat$")
+ (class-name "^Xchat$")))
("gimp" (class-name "^Gimp$"))
("ddd" (class-name "^Ddd$"))
("firefox" (class-name "^Firefox"))
|