hermet pushed a commit to branch master.

commit f6f900b98cfc8365b88b18bc67d69b8ad98fcd95
Author: ChunEon Park <[email protected]>
Date:   Tue Jun 11 12:20:10 2013 +0900

    naviframe - keep the animator just one.
---
 src/lib/elc_naviframe.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/lib/elc_naviframe.c b/src/lib/elc_naviframe.c
index ec56f4d..cb912b8 100644
--- a/src/lib/elc_naviframe.c
+++ b/src/lib/elc_naviframe.c
@@ -1494,6 +1494,7 @@ _item_push(Eo *obj, void *_pd, va_list *list)
         prev_it->unfocusable = elm_widget_tree_unfocusable_get(VIEW(prev_it));
         elm_widget_tree_unfocusable_set(VIEW(prev_it), EINA_TRUE);
 
+        if (it->animator) ecore_animator_del(it->animator);
         it->animator = ecore_animator_add(_push_transition_cb, it);
      }
    else

-- 

------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev

Reply via email to