Enlightenment CVS committal

Author  : davemds
Project : e_modules
Module  : penguins

Dir     : e_modules/penguins


Modified Files:
        e_mod_main.c 


Log Message:
remove configuration dialog on exit

===================================================================
RCS file: /cvs/e/e_modules/penguins/e_mod_main.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- e_mod_main.c        8 Nov 2007 04:18:22 -0000       1.4
+++ e_mod_main.c        8 Nov 2007 15:31:12 -0000       1.5
@@ -65,7 +65,10 @@
 e_modapi_shutdown(E_Module *m)
 {
    Population *pop;
-
+   
+   e_configure_registry_item_del("appearance/penguins");
+   e_configure_registry_category_del("appearance");
+   
    pop = m->data;
    if (pop)
    {



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