Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/src


Modified Files:
        session.c 


Log Message:
Fix slow logout with gnome-session.
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/session.c,v
retrieving revision 1.114
retrieving revision 1.115
diff -u -3 -r1.114 -r1.115
--- session.c   7 Jan 2006 07:20:58 -0000       1.114
+++ session.c   8 Jan 2006 13:51:50 -0000       1.115
@@ -522,6 +522,7 @@
    if (EventDebug(EDBUG_TYPE_SESSION))
       Eprintf("callback_save_yourself2\n");
 
+#if 0                          /* FIXME - Unused - Remove? */
    /* dont need anymore */
    /* autosave(); */
    if (!Mode.wm.master)
@@ -543,6 +544,8 @@
          }
      }
    stale_sm_file = 1;
+#endif
+
    set_save_props(smc_conn, Mode.wm.master);
    SmcSaveYourselfDone(smc_conn, True);
    if (restarting)




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to