Elm: Don't try to init ecore_imf if we don't have support for it.

SVN revision: 69066
This commit is contained in:
Christopher Michael 2012-03-08 17:44:08 +00:00
parent b8e7f1b0ad
commit f55b650f31
1 changed files with 2 additions and 0 deletions

View File

@ -722,7 +722,9 @@ elm_quicklaunch_fork(int argc,
# endif
}
ecore_evas_init(); // FIXME: check errors
# ifdef HAVE_ELEMENTARY_ECORE_IMF
ecore_imf_init();
# endif
_elm_module_init();
#endif
}