extra: we are not in a thread

This commit is contained in:
Marcel Hollerbach 2017-01-09 16:18:35 +01:00
parent 153b725b7f
commit 443d899a12
1 changed files with 0 additions and 4 deletions

View File

@ -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