elementary/naviframe - oops, here more proper check.

This commit is contained in:
ChunEon Park 2013-06-13 16:36:13 +09:00
parent 5263213062
commit eaa94c2688
1 changed files with 1 additions and 1 deletions

View File

@ -520,7 +520,7 @@ _item_del_pre_hook(Elm_Object_Item *it)
}
end:
if (!sd->stack || (VIEW(it) != sd->dummy_edje))
if (!sd->stack && !sd->on_deletion)
_resize_object_reset(WIDGET(it), NULL, NULL, EINA_TRUE);
_item_free(nit);