remove fixed FIXME
This commit is contained in:
parent
05ab943afb
commit
13d4262d68
|
@ -67,12 +67,6 @@ class MessageWindow:
|
||||||
# FIXME: Debugging #1389
|
# FIXME: Debugging #1389
|
||||||
print_children(self.window)
|
print_children(self.window)
|
||||||
|
|
||||||
# FIXME:
|
|
||||||
# I don't really understand, but get_property('visible') returns True at
|
|
||||||
# this point,
|
|
||||||
# which seems way early. Anyway, hide until first tab is shown
|
|
||||||
self.window.hide()
|
|
||||||
|
|
||||||
# gtk+ doesn't make use of the motion notify on gtkwindow by default
|
# gtk+ doesn't make use of the motion notify on gtkwindow by default
|
||||||
# so this line adds that
|
# so this line adds that
|
||||||
self.window.add_events(gtk.gdk.POINTER_MOTION_MASK)
|
self.window.add_events(gtk.gdk.POINTER_MOTION_MASK)
|
||||||
|
|
Loading…
Reference in New Issue