diff --git a/src/sugar3/graphics/window.py b/src/sugar3/graphics/window.py index d7753e0b..2d9764d7 100644 --- a/src/sugar3/graphics/window.py +++ b/src/sugar3/graphics/window.py @@ -131,7 +131,7 @@ class Window(Gtk.Window): return timestamp = Gtk.get_current_event_time() if not timestamp: - timestamp = GdkX11.get_server_time(window) + timestamp = GdkX11.x11_get_server_time(window) window.focus(timestamp) def fullscreen(self):