Enlightenment CVS committal

Author  : handyande
Project : misc
Module  : enotes

Dir     : misc/enotes/src


Modified Files:
        main.c 


Log Message:
save before ecore shuts down
===================================================================
RCS file: /cvsroot/enlightenment/misc/enotes/src/main.c,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -3 -r1.28 -r1.29
--- main.c      16 Mar 2006 00:13:17 -0000      1.28
+++ main.c      19 Mar 2006 18:39:59 -0000      1.29
@@ -139,6 +139,12 @@
                if (autosave_timer)
                        ecore_timer_del(autosave_timer);
 
+    /* Save and Free the Configuration */
+    ecore_config_save();
+    dml("Configuration Saved", 1);
+    mainconfig_free(main_config);
+    dml("Configuration Structure Free'd", 1);
+
                /* Shutdown the E-Libs */
                edje_shutdown();
                ecore_evas_shutdown();
@@ -151,12 +157,7 @@
        ecore_ipc_shutdown();
        dml("IPC Shutdown", 1);
 
-       /* Save and Free the Configuration */
-       ecore_config_save();
-       dml("Configuration Saved", 1);
-       mainconfig_free(main_config);
-       dml("Configuration Structure Free'd", 1);
-
        dml("Leaving.", 1);
        return (0);
 }
+




-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to