derekf pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=eea7a7755f1f25db934097f67a3eedc86a642760

commit eea7a7755f1f25db934097f67a3eedc86a642760
Author: Derek Foreman <[email protected]>
Date:   Tue Sep 18 09:42:54 2018 -0500

    elm_box: Convert to new animators
    
    Summary:
    Use more efficient animator mechanism.
    Depends on D7044
    
    Reviewers: devilhorns
    
    Reviewed By: devilhorns
    
    Subscribers: cedric, #reviewers, #committers
    
    Tags: #efl
    
    Differential Revision: https://phab.enlightenment.org/D7045
---
 src/lib/elementary/elm_box.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/elementary/elm_box.c b/src/lib/elementary/elm_box.c
index 369a19f99c..aa5366e56a 100644
--- a/src/lib/elementary/elm_box.c
+++ b/src/lib/elementary/elm_box.c
@@ -258,7 +258,7 @@ _transition_layout_animation_start(Evas_Object *obj,
      (obj, ELM_BOX_EVENT_CHILD_REMOVED, _transition_layout_child_removed, 
layout_data);
 
    if (!layout_data->animator)
-     layout_data->animator = ecore_animator_add(transition_animation_cb, obj);
+     layout_data->animator = ecore_evas_animator_add(obj, 
transition_animation_cb, obj);
 
    layout_data->animation_ended = EINA_FALSE;
 

-- 


Reply via email to