Enlightenment CVS committal

Author  : englebass
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_main.c 


Log Message:
Shutdown job too.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_main.c,v
retrieving revision 1.235
retrieving revision 1.236
diff -u -3 -r1.235 -r1.236
--- e_main.c    5 Oct 2007 05:12:37 -0000       1.235
+++ e_main.c    7 Oct 2007 17:02:07 -0000       1.236
@@ -312,9 +312,10 @@
                               "Perhaps you are out of memory?"));
        exit(-1);
      }
-   ecore_job_init();
 // FIXME: SEGV's on shutdown if fm2 windows up - disable for now.   
 //   _e_main_shutdown_push(ecore_shutdown);
+   ecore_job_init();
+   _e_main_shutdown_push(ecore_job_shutdown);
 
    /* init edje and set it up in frozen mode */
    edje_init();



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