diff options
author | Carsten Haitzler (Rasterman) <raster@rasterman.com> | 2017-11-08 15:42:28 +0900 |
---|---|---|
committer | Carsten Haitzler (Rasterman) <raster@rasterman.com> | 2017-11-08 16:32:52 +0900 |
commit | 2a5267d416688948cc260e7d8924d9f6c2ec1c53 (patch) | |
tree | ee4d3359146b5acb46b22f0aca6f414978b6ad16 | |
parent | c308498a9d9a6f59e8b1090f73867c26a4683599 (diff) |
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.
-rw-r--r-- | src/lib/elementary/elm_main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/elementary/elm_main.c b/src/lib/elementary/elm_main.c index d91d423407..a3aed021e0 100644 --- a/src/lib/elementary/elm_main.c +++ b/src/lib/elementary/elm_main.c @@ -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) { |