Enlightenment CVS committal Author : kwo Project : e16 Module : e
Dir : e16/e/scripts Modified Files: e_gen_menu Log Message: Fix closing message boxes when re-generating menus. =================================================================== RCS file: /cvsroot/enlightenment/e16/e/scripts/e_gen_menu,v retrieving revision 1.38 retrieving revision 1.39 diff -u -3 -r1.38 -r1.39 --- e_gen_menu 17 Jan 2005 17:10:04 -0000 1.38 +++ e_gen_menu 23 Jan 2005 16:30:46 -0000 1.39 @@ -428,9 +428,11 @@ # 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 /) { - system("eesh -e \"win_op $1 close\""); } + open(WL, "eesh -ewait wl |"); + while (<WL>) { + if (/\s*(\w+) : Message\s/) { + system("eesh -e \"wop $1 close\""); + } } close(WL); } ------------------------------------------------------- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source databases. Create drag-&-drop reports. Save time by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. Download a FREE copy at http://www.intelliview.com/go/osdn_nl _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs