Enlightenment CVS committal

Author  : englebass
Project : e17
Module  : libs/efreet

Dir     : e17/libs/efreet/src/bin


Modified Files:
        main.c 


Log Message:
Disable the menu edit test, menu editing does not work well.

===================================================================
RCS file: /cvs/e/e17/libs/efreet/src/bin/main.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- main.c      7 Feb 2007 02:14:46 -0000       1.3
+++ main.c      26 Mar 2007 16:34:45 -0000      1.4
@@ -23,7 +23,9 @@
 #endif
 int ef_cb_menu_get(void);
 int ef_cb_menu_save(void);
+#if 0
 int ef_cb_menu_edit(void);
+#endif
 int ef_cb_ini_long_line(void);
 int ef_cb_utils(void);
 
@@ -55,7 +57,9 @@
 #endif
     {"Menu Parsing", ef_cb_menu_get},
     {"Menu Save", ef_cb_menu_save},
+#if 0
     {"Menu Edit", ef_cb_menu_edit},
+#endif
     {"Utils", ef_cb_utils},
     {NULL, NULL}
 };



-------------------------------------------------------------------------
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