Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAleksey Lim <alsroot@member.fsf.org>2009-10-18 11:46:23 (GMT)
committer Aleksey Lim <alsroot@member.fsf.org>2009-10-18 11:46:23 (GMT)
commit8c2fe54ea7cbf54f6c0df6246ea0448119b03637 (patch)
treec2d62ce3348a1b2483a751c570031624e81e248d
parent793d5de060e67a20d7754270c5709e58d868d7c6 (diff)
Do not stop processing motion-notify-event #1507
-rw-r--r--src/sugar/graphics/window.py2
1 files changed, 1 insertions, 1 deletions
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()