From 13d4262d680f199044a3e98e67053f49e330ef37 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Tue, 31 Jan 2006 13:20:54 +0000 Subject: [PATCH] remove fixed FIXME --- src/message_window.py | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/message_window.py b/src/message_window.py index 35dbd61ca..6f3cd117e 100644 --- a/src/message_window.py +++ b/src/message_window.py @@ -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)