elementary/naviframe - don't delete the animator.

if it removed the pushing animator then the item will be left with invalid state.
This commit is contained in:
ChunEon Park 2013-09-27 00:39:05 +09:00
parent 39fe09b137
commit 99f85556a7
1 changed files with 0 additions and 2 deletions

View File

@ -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))