bu5hm4n pushed a commit to branch master.

http://git.enlightenment.org/apps/extra.git/commit/?id=443d899a12408d860cd62765e2c39ddd53cc5544

commit 443d899a12408d860cd62765e2c39ddd53cc5544
Author: Marcel Hollerbach <[email protected]>
Date:   Mon Jan 9 16:18:35 2017 +0100

    extra: we are not in a thread
---
 src/bin/extra_main.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/src/bin/extra_main.c b/src/bin/extra_main.c
index 0890b54..1bafb43 100644
--- a/src/bin/extra_main.c
+++ b/src/bin/extra_main.c
@@ -176,8 +176,6 @@ _extra_win_sync_done_cb()
 {
    Extra_Theme *first;
 
-   ecore_thread_main_loop_begin();
-
    elm_genlist_clear(_theme_list);
 
    evas_object_del(_popup);
@@ -188,8 +186,6 @@ _extra_win_sync_done_cb()
    _theme_select(first, NULL, NULL);
    elm_genlist_item_selected_set(
      elm_genlist_first_item_get(_theme_list), EINA_TRUE);
-
-   ecore_thread_main_loop_end();
 }
 
 static void

-- 


Reply via email to