remove fixed FIXME

This commit is contained in:
Yann Leboulanger 2006-01-31 13:20:54 +00:00
parent 05ab943afb
commit 13d4262d68
1 changed files with 1 additions and 7 deletions

View File

@ -66,13 +66,7 @@ class MessageWindow:
# FIXME: Debugging #1389
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
# so this line adds that
self.window.add_events(gtk.gdk.POINTER_MOTION_MASK)