Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/etk

Dir     : e17/libs/etk/src/lib


Modified Files:
        etk_main.c 


Log Message:


cedric's ecore_job_init/shtudown patches.

===================================================================
RCS file: /cvs/e/e17/libs/etk/src/lib/etk_main.c,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -3 -r1.42 -r1.43
--- etk_main.c  28 Sep 2007 19:47:51 -0000      1.42
+++ etk_main.c  5 Oct 2007 05:12:38 -0000       1.43
@@ -87,6 +87,11 @@
          ETK_WARNING("Ecore initialization failed!");
          return 0;
       }
+      if (!ecore_job_init())
+      {
+         ETK_WARNING("Ecore_Job initialization failed!");
+         return 0;
+      }
       if (!edje_init())
       {
          ETK_WARNING("Edje initialization failed!");
@@ -158,6 +163,7 @@
 
       /* Shutdown the EFL*/
       edje_shutdown();
+      ecore_job_shutdown();
       ecore_shutdown();
       evas_shutdown();
    }



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