Use ecore_imf instead of ecore_im. (again)

SVN revision: 32780
This commit is contained in:
andrunko 2007-11-19 20:03:05 +00:00 committed by andrunko
parent 0f4e68123c
commit cf413ab2cb
1 changed files with 3 additions and 3 deletions

View File

@ -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 @@ main(int argc, char **argv)
"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();