raster pushed a commit to branch master. http://git.enlightenment.org/apps/terminology.git/commit/?id=476915c5cfa355ec4bd24c9b327b594aa2eb119e
commit 476915c5cfa355ec4bd24c9b327b594aa2eb119e Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com> Date: Thu Oct 31 16:10:55 2013 +0900 oops - i thought i committed this - remove commented out code from prev commit --- src/bin/termio.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/bin/termio.c b/src/bin/termio.c index 4168566..d54d496 100644 --- a/src/bin/termio.c +++ b/src/bin/termio.c @@ -4490,7 +4490,6 @@ termio_mouseover_suspend_pushpop(Evas_Object *obj, int dir) if (sd->anim) ecore_animator_del(sd->anim); sd->anim = NULL; _smart_apply(obj); -// evas_object_smart_callback_call(obj, "changed", NULL); } else _smart_update_queue(obj, sd); --