2012-12-17 Chueon Park (Hermet)
* Fix the popup that returned invalid action buttons.
+
+2012-12-17 Chueon Park (Hermet)
+
+ * Makes naviframe safety even if someone deletes the naviframe in transition finished cb.
* Now, dummy object is always smart member of naviframe.
* Fix naviframe's resize object problem when item was deleted.
* Fix the popup that returned invalid action buttons.
+ * Fix the naviframe to not have crash even if user deletes the naviframe in the transition finished cb.
Removals:
elm_widget_tree_unfocusable_set(it->content, it->content_unfocusable);
- evas_object_smart_callback_call(WIDGET(it), SIG_TRANSITION_FINISHED, data);
-
if (sd->freeze_events)
evas_object_freeze_events_set(VIEW(it), EINA_FALSE);
+
+ evas_object_smart_callback_call(WIDGET(it), SIG_TRANSITION_FINISHED, data);
}
static void