hermet pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=1eb541ffe663347c247168eca067602a3f928ef4
commit 1eb541ffe663347c247168eca067602a3f928ef4 Author: ChunEon Park <[email protected]> Date: Fri Sep 27 00:39:05 2013 +0900 elementary/naviframe - don't delete the animator. if it removed the pushing animator then the item will be left with invalid state. --- src/lib/elc_naviframe.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/lib/elc_naviframe.c b/src/lib/elc_naviframe.c index af4cdf6..d3fc708 100644 --- a/src/lib/elc_naviframe.c +++ b/src/lib/elc_naviframe.c @@ -1665,8 +1665,6 @@ _item_pop(Eo *obj, void *_pd, va_list *list) if (it->popping) return; it->popping = EINA_TRUE; - ELM_SAFE_FREE(it->animator, ecore_animator_del); - if (it->pop_cb) { if (!it->pop_cb(it->pop_data, (Elm_Object_Item *)it)) --
