Do not stop processing motion-notify-event #1507

This commit is contained in:
Aleksey Lim 2009-10-18 11:46:23 +00:00
parent 793d5de060
commit 8c2fe54ea7

View File

@ -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()