discomfitor pushed a commit to branch enlightenment-0.18. http://git.enlightenment.org/core/enlightenment.git/commit/?id=3597a8cafa646992c8596b4623fed06169661541
commit 3597a8cafa646992c8596b4623fed06169661541 Author: Mike Blumenkrantz <[email protected]> Date: Thu May 8 14:46:47 2014 -0400 bugfix: fix obviously-wrong winlist animator deletion fix T1215 --- src/modules/winlist/e_winlist.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/modules/winlist/e_winlist.c b/src/modules/winlist/e_winlist.c index 67b4f84..6e6b523 100644 --- a/src/modules/winlist/e_winlist.c +++ b/src/modules/winlist/e_winlist.c @@ -1010,12 +1010,6 @@ _e_winlist_activate(void) e_border_focus_set(ww->border, 1, 1); set = 0; } - if (!_animator) - _animator = ecore_animator_add(_e_winlist_animator, NULL); - } - else - { - E_FREE_FUNC(_animator, ecore_animator_del); } if ((!ww->border->lock_user_stacking) && --
