Enlightenment CVS committal Author : rbdpngn Project : e17 Module : libs/ewl
Dir : e17/libs/ewl/src/lib Modified Files: ewl_misc.c Log Message: Initialize the ecore string subsystem. =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/ewl_misc.c,v retrieving revision 1.29 retrieving revision 1.30 diff -u -3 -r1.29 -r1.30 --- ewl_misc.c 27 Nov 2005 09:44:14 -0000 1.29 +++ ewl_misc.c 28 Nov 2005 00:52:41 -0000 1.30 @@ -94,8 +94,15 @@ DRETURN_INT(--_ewl_init_count, DLEVEL_STABLE); } + if (!ecore_string_init()) { + DERROR("Could not init ecore strings....\n"); + ecore_shutdown(); + DRETURN_INT(--_ewl_init_count, DLEVEL_STABLE); + } + if (!edje_init()) { DERROR("Could not init edje....\n"); + ecore_string_shutdown(); ecore_shutdown(); DRETURN_INT(--_ewl_init_count, DLEVEL_STABLE); } @@ -276,6 +283,8 @@ ecore_fb_shutdown(); #endif + ecore_string_shutdown(); + ecore_shutdown(); DRETURN_INT(_ewl_init_count, DLEVEL_STABLE); ------------------------------------------------------- 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