Enlightenment CVS committal Author : andrunko Project : e17 Module : apps/e
Dir : e17/apps/e/src/bin Modified Files: e_main.c Log Message: Use ecore_imf instead of ecore_im. (again) =================================================================== RCS file: /cvs/e/e17/apps/e/src/bin/e_main.c,v retrieving revision 1.240 retrieving revision 1.241 diff -u -3 -r1.240 -r1.241 --- e_main.c 19 Nov 2007 18:42:40 -0000 1.240 +++ e_main.c 19 Nov 2007 20:03:05 -0000 1.241 @@ -3,7 +3,7 @@ */ #include "e.h" -#include <Ecore_IM.h> +#include <Ecore_IMF.h> EAPI int e_precache_end = 0; @@ -313,8 +313,8 @@ "Perhaps you are out of memory?")); exit(-1); } - ecore_im_init(); - _e_main_shutdown_push(ecore_im_shutdown); + ecore_imf_init(); + _e_main_shutdown_push(ecore_imf_shutdown); // FIXME: SEGV's on shutdown if fm2 windows up - disable for now. // _e_main_shutdown_push(ecore_shutdown); ecore_job_init(); ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs