raster pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=2a5267d416688948cc260e7d8924d9f6c2ec1c53

commit 2a5267d416688948cc260e7d8924d9f6c2ec1c53
Author: Carsten Haitzler (Rasterman) <[email protected]>
Date:   Wed Nov 8 15:42:28 2017 +0900

    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.
---
 src/lib/elementary/elm_main.c | 1 -
 1 file changed, 1 deletion(-)

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)
      {

-- 


Reply via email to