Summary: Author: Shinwoo Kim <cinoo.kim@samsung.com> 2012-12-11 20:13:39
Reviewers: Hermet
CC: seoz
Differential Revision: https://phab.enlightenment.org/D485
Elm_Naviframe_Smart_Data *sd = _pd;
+ if (sd->on_deletion) return;
if (!sd->stack) return;
top = (EINA_INLIST_CONTAINER_GET(sd->stack->last, Elm_Naviframe_Item));
elm_widget_item_del(it);
}
- sd->on_deletion = EINA_FALSE;
evas_object_del(sd->dummy_edje);
eo_do_super(obj, MY_CLASS, evas_obj_smart_del());