bu5hm4n pushed a commit to branch master. http://git.enlightenment.org/apps/extra.git/commit/?id=153b725b7f62364871a1fb70fc7cdaead486843a
commit 153b725b7f62364871a1fb70fc7cdaead486843a Author: Marcel Hollerbach <[email protected]> Date: Mon Jan 9 16:17:38 2017 +0100 extra: delete the popup --- src/bin/extra_main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bin/extra_main.c b/src/bin/extra_main.c index ea6a6cd..0890b54 100644 --- a/src/bin/extra_main.c +++ b/src/bin/extra_main.c @@ -180,7 +180,7 @@ _extra_win_sync_done_cb() elm_genlist_clear(_theme_list); - evas_object_hide(_popup); + evas_object_del(_popup); _popup = NULL; _extra_win_theme_list_refresh(); @@ -231,7 +231,7 @@ _extra_win_download_progress_cb(double progress) static void _extra_win_download_done_cb() { - evas_object_hide(_popup); + evas_object_del(_popup); _popup = NULL; elm_genlist_clear(_theme_list); --
