Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/scripts


Modified Files:
      Tag: branch-exp
        e_gen_menu 


Log Message:
Shuffle some code around, systray and floating window fixes.
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/scripts/e_gen_menu,v
retrieving revision 1.33.2.4
retrieving revision 1.33.2.5
diff -u -3 -r1.33.2.4 -r1.33.2.5
--- e_gen_menu  2 Oct 2004 12:27:46 -0000       1.33.2.4
+++ e_gen_menu  27 Dec 2004 11:14:37 -0000      1.33.2.5
@@ -427,7 +427,7 @@
 # Close all windows named "Message" (we assume they are E dialogs)
 sub CloseMessageWindows {
        open(WL, "eesh -ewait window_list |");
-       while (<WL>) { if (/\s*(\w+) : Message$/) {
+       while (<WL>) { if (/\s*(\w+) : Message /) {
                system("eesh -e \"win_op $1 close\""); }
        }
        close(WL);




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to