gelnist: unswallow makes sense. not smart member del.

This commit is contained in:
ChunEon Park 2015-01-06 15:46:35 +09:00
parent 4be7250569
commit 1b2401849a
1 changed files with 1 additions and 1 deletions

View File

@ -6823,7 +6823,7 @@ _elm_genlist_item_all_contents_unset(Eo *eo_item EINA_UNUSED, Elm_Gen_Item *it,
EINA_LIST_FREE(it->contents, content)
{
elm_widget_sub_object_del(WIDGET(it), content);
evas_object_smart_member_del(content);
edje_object_part_unswallow(VIEW(it), content);
evas_object_hide(content);
if (l) *l = eina_list_append(*l, content);
}