Ticket #1507: sugar-1507.patch

File sugar-1507.patch, 860 bytes (added by alsroot, 15 years ago)
  • src/sugar/graphics/window.py

    From c6209720de87c8b97df50bf56f3967ce2d76b7df Mon Sep 17 00:00:00 2001
    From: Aleksey Lim <alsroot@member.fsf.org>
    Date: Fri, 16 Oct 2009 22:17:53 +0000
    Subject: Do not stop processing motion-notify-event #1507
    
    ---
     src/sugar/graphics/window.py |    2 +-
     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 b class Window(gtk.Window): 
    268268                    gobject.timeout_add_seconds( \
    269269                        _UNFULLSCREEN_BUTTON_VISIBILITY_TIMEOUT, \
    270270                        self.__unfullscreen_button_timeout_cb)
    271         return True
     271        return False
    272272
    273273    def __unfullscreen_button_timeout_cb(self):
    274274        self._unfullscreen_button.hide()