Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/config


Modified Files:
        menus.cfg 


Log Message:
Fix some group handling breakage (broken since 0.16.8?).

===================================================================
RCS file: /cvs/e/e16/e/config/menus.cfg,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -3 -r1.17 -r1.18
--- menus.cfg   6 Jan 2007 05:05:01 -0000       1.17
+++ menus.cfg   27 Feb 2007 03:52:46 -0000      1.18
@@ -144,10 +144,10 @@
 BEGIN_NEW_MENU("WINOPS_GROUP", "EMPTY")
 ADD_MENU_TEXT_ITEM("Configure this window's group(s)",       __A_CMD, "groups 
cfg group")
 ADD_MENU_TEXT_ITEM("Start a new group",                      __A_CMD, "gop * 
start")
-ADD_MENU_TEXT_ITEM("Select group to add this window to",     __A_CMD, "groups 
cfg group_membership")
 ADD_MENU_TEXT_ITEM("Add this window to the current group",   __A_CMD, "gop * 
add");
-ADD_MENU_TEXT_ITEM("Remove this window from a group",        __A_CMD, "gop * 
del")
-ADD_MENU_TEXT_ITEM("Destroy a group this window belongs to", __A_CMD, "gop * 
break")
+ADD_MENU_TEXT_ITEM("Select group to add this window to",     __A_CMD, "groups 
cfg add")
+ADD_MENU_TEXT_ITEM("Remove this window from a group",        __A_CMD, "groups 
cfg del")
+ADD_MENU_TEXT_ITEM("Destroy a group this window belongs to", __A_CMD, "groups 
cfg break")
 ADD_MENU_TEXT_ITEM("Show/Hide this window's group(s)",       __A_CMD, "gop * 
showhide")
 END_MENU
 



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to