From 8c2fe54ea7cbf54f6c0df6246ea0448119b03637 Mon Sep 17 00:00:00 2001 From: Aleksey Lim Date: Sun, 18 Oct 2009 11:46:23 +0000 Subject: Do not stop processing motion-notify-event #1507 --- diff --git a/src/sugar/graphics/window.py b/src/sugar/graphics/window.py index 885877d..e3bef6b 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() -- cgit v0.9.1