Enlightenment CVS committal

Author  : onefang
Project : e17
Module  : apps/e_utils

Dir     : e17/apps/e_utils/src/bin/e17genmenu


Modified Files:
        global.h parse.c 


Log Message:
New menu structure.

~/.e/e/applications/menu/all
~/.e/e/applications/menu/favorites

The first one is all the converted FDO menus, which will track changes
to those menus.  The second one is the original favorites menu, which
the user can edit to their hearts content.

Updated to match.

===================================================================
RCS file: /cvs/e/e17/apps/e_utils/src/bin/e17genmenu/global.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- global.h    17 Aug 2006 17:08:07 -0000      1.6
+++ global.h    21 Aug 2006 04:47:56 -0000      1.7
@@ -10,7 +10,8 @@
 #include <Ecore_Desktop.h>
 #include <Ecore_File.h>
 
-#define EFAVDIR "/.e/e/applications/favorite"
+#define EFAVDIR "/.e/e/applications/menu/favorite"
+#define EALLDIR "/.e/e/applications/menu/all"
 #define EAPPDIR "/.e/e/applications/all"
 #define DEFAULTICON PACKAGE_DATA_DIR"/data/e17genmenu/icons/e.png"
 
===================================================================
RCS file: /cvs/e/e17/apps/e_utils/src/bin/e17genmenu/parse.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -3 -r1.15 -r1.16
--- parse.c     19 Aug 2006 01:28:48 -0000      1.15
+++ parse.c     21 Aug 2006 04:47:56 -0000      1.16
@@ -216,7 +216,7 @@
    category = NULL;
    if (menu_path != NULL)
      {
-        snprintf(order_path, sizeof(order_path), "%s" EFAVDIR "/Converted 
Menus/%s", home, menu_path);
+        snprintf(order_path, sizeof(order_path), "%s" EALLDIR "/%s", home, 
menu_path);
 //        modify_order(order_path, eap->eap_name);
         modify_order(order_path, file);
      }



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to