Ephoto: Delete the entry before the hbox.

v-1.6.0
Stephen okra Houston 7 years ago
parent 4a6a69bb0b
commit f74f2b421f
  1. 2
      src/bin/ephoto_thumb_browser.c

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

Loading…
Cancel
Save