unbreak efl so e works again.... after cedric

we cant go iterating the mainloop before the current point. if someone
set up handlers but hasnt configured the things those handles use yet
as they dont expect them to be used until the mainloop is started...
thenthings break. we cant change this assumption without breaking
things.
This commit is contained in:
Carsten Haitzler 2017-11-08 15:42:28 +09:00
parent c308498a9d
commit 2a5267d416
1 changed files with 0 additions and 1 deletions

View File

@ -800,7 +800,6 @@ elm_quicklaunch_sub_init(int argc,
_elm_sub_init_count++;
if (_elm_sub_init_count > 1) return _elm_sub_init_count;
_elm_config_init();
ecore_main_loop_iterate();
if (!quicklaunch_on)
{