Fixes issue introduced by gtk3 port (Saber Rastikerdar in lp:805870)
This commit is contained in:
parent
fd346ed1cf
commit
37ea9c90dc
|
@ -313,7 +313,7 @@ class Window(Container, Gtk.Window):
|
||||||
t = GdkX11.x11_get_server_time(self.window)
|
t = GdkX11.x11_get_server_time(self.window)
|
||||||
except AttributeError:
|
except AttributeError:
|
||||||
t = 0
|
t = 0
|
||||||
self.window.focus(t)
|
self.get_window().focus(t)
|
||||||
else:
|
else:
|
||||||
self.position = self.get_position()
|
self.position = self.get_position()
|
||||||
self.hidefunc()
|
self.hidefunc()
|
||||||
|
|
Loading…
Reference in New Issue