From 8c2fe54ea7cbf54f6c0df6246ea0448119b03637 Mon Sep 17 00:00:00 2001 From: Aleksey Lim Date: Sun, 18 Oct 2009 11:46:23 +0000 Subject: [PATCH] Do not stop processing motion-notify-event #1507 --- src/sugar/graphics/window.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sugar/graphics/window.py b/src/sugar/graphics/window.py index 885877d5..e3bef6b9 100644 --- a/src/sugar/graphics/window.py +++ b/src/sugar/graphics/window.py @@ -268,7 +268,7 @@ class Window(gtk.Window): gobject.timeout_add_seconds( \ _UNFULLSCREEN_BUTTON_VISIBILITY_TIMEOUT, \ self.__unfullscreen_button_timeout_cb) - return True + return False def __unfullscreen_button_timeout_cb(self): self._unfullscreen_button.hide()