Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/scripts


Modified Files:
        e_gen_menu 


Log Message:
Menu fixes.
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/scripts/e_gen_menu,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -3 -r1.37 -r1.38
--- e_gen_menu  2 Jan 2005 16:04:24 -0000       1.37
+++ e_gen_menu  17 Jan 2005 17:10:04 -0000      1.38
@@ -25,7 +25,7 @@
 ##############################################################################
 
 # Likely  prefixes
-$Prefixes = "/usr/local:/usr:/opt::/opt/kde:$ENV{'KDEDIR'}";
+$Prefixes = "/usr/local:/usr:/opt:/opt/kde:$ENV{'KDEDIR'}";
 $Prefixes = RemoveDuplcates($Prefixes);
 
 # Where to look for GNOME2/KDE2,3 stuff
@@ -93,7 +93,6 @@
        "X-KDE-settings-sound",
        "X-KDE-settings-system",
        "X-KDE-settings-webbrowsing"
-         
 );
 
 @MainMenu = (
@@ -103,8 +102,8 @@
        "m:KDE:menus/menus_KDE/index.menu",
        "m:Other:menus/menus_Other/index.menu",
        "m:Enlightenment Epplets:menus/epplets.menu",
-       "x:Restart Enlightenment:eesh -e 'restart'",
-       "x:Log Out:eesh -e 'exit'"
+       "c:Restart Enlightenment:exit restart",
+       "c:Log Out:exit logout"
 );
 
 @UserAppsMenu = (
@@ -182,6 +181,8 @@
                        print FD "\"$n\" NULL menu \"$p\"\n";
                } elsif ($t eq "x") {
                        print FD "\"$n\" NULL exec \"$p\"\n";
+               } elsif ($t eq "c") {
+                       print FD "\"$n\" NULL \"$p\"\n";
                }
        }
        close(FD);




-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to