discomfitor pushed a commit to branch master.

http://git.enlightenment.org/apps/terminology.git/commit/?id=2ad1d55e594abf5976a2ee5ed3cf953e477017f3

commit 2ad1d55e594abf5976a2ee5ed3cf953e477017f3
Author: discomfitor <michael.blumenkra...@gmail.com>
Date:   Sun Oct 20 08:15:24 2013 +0100

    only queue smart updates from termio_mouseover_suspend_pushpop when 
link.suspend is 0
    
    almost reviewed-by: billiob
---
 src/bin/termio.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/bin/termio.c b/src/bin/termio.c
index acecdc1..f27a1dd 100644
--- a/src/bin/termio.c
+++ b/src/bin/termio.c
@@ -4485,7 +4485,8 @@ termio_mouseover_suspend_pushpop(Evas_Object *obj, int 
dir)
    if (!sd) return;
    sd->link.suspend += dir;
    if (sd->link.suspend < 0) sd->link.suspend = 0;
-   _smart_update_queue(obj, sd);
+   if (!sd->link.suspend)
+     _smart_update_queue(obj, sd);
 }
 
 void

-- 


Reply via email to