Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/src


Modified Files:
        main.c session.c 


Log Message:
Always save snaps on exit/restart.
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/main.c,v
retrieving revision 1.112
retrieving revision 1.113
diff -u -3 -r1.112 -r1.113
--- main.c      13 Feb 2005 14:49:38 -0000      1.112
+++ main.c      17 Feb 2005 21:17:21 -0000      1.113
@@ -361,11 +361,6 @@
    if (EventDebug(EDBUG_TYPE_SESSION))
       Eprintf("EExit(%d)\n", exitcode);
 
-#if 0                          /* FIXME - Remove? */
-   SessionSave(1);
-#endif
-   Real_SaveSnapInfo(0, NULL);
-
    if (disp)
      {
        ecore_x_ungrab();
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/session.c,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -3 -r1.90 -r1.91
--- session.c   16 Feb 2005 17:58:52 -0000      1.90
+++ session.c   17 Feb 2005 21:17:21 -0000      1.91
@@ -836,6 +836,7 @@
 
    if (!params)
       SessionSave(1);
+   Real_SaveSnapInfo(0, NULL);
    EHintsSetInfoOnAll();
    EwinsSetFree();
    ModulesSignal(ESIGNAL_EXIT, NULL);




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to