Ephoto: Delete the entry before the hbox.

This commit is contained in:
Stephen okra Houston 2015-12-16 15:52:00 -06:00
parent 4a6a69bb0b
commit f74f2b421f
1 changed files with 2 additions and 0 deletions

View File

@ -613,6 +613,8 @@ _ephoto_search_cancel(void *data, Evas_Object *obj EINA_UNUSED,
elm_object_focus_set(tb->main, EINA_TRUE);
tb->last_search = NULL;
evas_object_del(tb->search);
tb->search = NULL;
elm_box_unpack(tb->gridbox, hbox);
evas_object_del(hbox);
tb->searching = 0;