derekf pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=e968a053d71e8e23ec2255931ac050859c4c13ca
commit e968a053d71e8e23ec2255931ac050859c4c13ca Author: Derek Foreman <[email protected]> Date: Tue Sep 18 09:43:02 2018 -0500 elm_genlist: Convert to new animators Summary: Use more efficient animator mechanism. Depends on D7046 Reviewers: devilhorns Reviewed By: devilhorns Subscribers: cedric, #reviewers, #committers Tags: #efl Differential Revision: https://phab.enlightenment.org/D7047 --- src/lib/elementary/elm_genlist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/elementary/elm_genlist.c b/src/lib/elementary/elm_genlist.c index 03598de77c..c44b830171 100644 --- a/src/lib/elementary/elm_genlist.c +++ b/src/lib/elementary/elm_genlist.c @@ -2462,7 +2462,7 @@ _item_block_position(Item_Block *itb, const int blk_idx) { it->item->move_effect_enabled = EINA_TRUE; sd->reorder_move_animator = - ecore_animator_add( + ecore_evas_animator_add(e, _reorder_move_animator_cb, it); } } --
