Enlightenment CVS committal

Author  : morlenxus
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/modules/conf_profiles


Modified Files:
        e_mod_main.c 


Log Message:
Move fixed menu entries into modules.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/modules/conf_profiles/e_mod_main.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- e_mod_main.c        2 Aug 2007 23:40:58 -0000       1.3
+++ e_mod_main.c        3 Aug 2007 15:57:27 -0000       1.4
@@ -48,6 +48,12 @@
 e_modapi_shutdown(E_Module *m)
 {
    E_Config_Dialog *cfd;
+   /* remove module-supplied menu additions */
+   if (maug)
+     {
+       e_int_menus_menu_augmentation_del("config/1", maug);
+       maug = NULL;
+     }
    while ((cfd = e_config_dialog_get("E", "_config_profiles_dialog"))) 
e_object_del(E_OBJECT(cfd));
    e_configure_registry_item_del("advanced/profiles");
    e_configure_registry_category_del("advanced");



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