elm: call ecore_event_init() during init

events from this component are used internally in elm, don't rely on
other components to do it

@fix
This commit is contained in:
Mike Blumenkrantz 2018-02-02 16:59:56 -05:00
parent edd0d75e03
commit 4e14ba3f48
1 changed files with 1 additions and 0 deletions

View File

@ -747,6 +747,7 @@ elm_quicklaunch_init(int argc EINA_UNUSED,
eet_init();
ecore_init();
ecore_event_init();
edje_init();
eio_init();