Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_int_menus.c 


Log Message:
Remove commented Files block, This really doesn't need to be here anymore as
the module handles the menu augment.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_int_menus.c,v
retrieving revision 1.230
retrieving revision 1.231
diff -u -3 -r1.230 -r1.231
--- e_int_menus.c       23 Aug 2007 09:45:30 -0000      1.230
+++ e_int_menus.c       27 Aug 2007 09:01:46 -0000      1.231
@@ -118,14 +118,6 @@
        e_util_menu_item_edje_icon_set(mi, "enlightenment/applications");
        e_menu_item_submenu_set(mi, subm);
      }
-/*   
-#ifdef ENABLE_FILES
-   mi = e_menu_item_new(m);
-   e_menu_item_label_set(mi, _("Files"));
-   e_util_menu_item_edje_icon_set(mi, "enlightenment/fileman");
-   e_menu_item_callback_set(mi, _e_int_menus_fwin_favorites_item_cb, NULL);
-#endif
-*/
    
    l = evas_hash_find(_e_int_menus_augmentation, "main/1");
    if (l) _e_int_menus_augmentation_add(m, l);



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to