Changeset 5096

Show
Ignore:
Timestamp:
01/11/06 23:23:13 (3 years ago)
Author:
nk
Message:

clean up add a FIXME

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/message_window.py

    r5082 r5096  
    8484 
    8585                # Connect event handling for this Window 
     86                #FIXME: add those in GLADE 
    8687                self.window.connect('delete-event', self._on_window_delete) 
    8788                self.window.connect('destroy', self._on_window_destroy) 
    8889                self.window.connect('focus-in-event', self._on_window_focus) 
    89  
    90                 self.window.show_all() 
    9190 
    9291        def _on_window_focus(self, widget, event):