From 504c88e0330f0fcc28b162d8c01a8fc81f4f562b Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Wed, 19 Dec 2012 08:55:51 +0000 Subject: [PATCH] fix shelf autohiding for when people slowly, over the course of an hour or longer, move their mouses a single pixel distance out of the shelf onto a gtk app ticket #1884 SVN revision: 81327 --- src/bin/e_shelf.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/bin/e_shelf.c b/src/bin/e_shelf.c index 25925c224..36cbcff19 100644 --- a/src/bin/e_shelf.c +++ b/src/bin/e_shelf.c @@ -1845,9 +1845,7 @@ _e_shelf_cb_mouse_move_autohide_fuck_systray(E_Shelf *es) ecore_x_pointer_xy_get(es->zone->container->manager->root, &x, &y); ev.root.x = x, ev.root.y = y; _e_shelf_cb_mouse_in(es, ECORE_EVENT_MOUSE_MOVE, &ev); - if (es->autohide_timer) ecore_timer_del(es->autohide_timer); - es->autohide_timer = NULL; - return EINA_FALSE; + return EINA_TRUE; } static Eina_Bool