Changeset 9160

Show
Ignore:
Timestamp:
12/16/07 04:13:57 (9 months ago)
Author:
nicfit
Message:

Removed FIXME

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/one_window/src/message_window.py

    r9159 r9160  
    193193                        ctrl.shutdown() 
    194194                self._controls.clear() 
     195                # Clean up handlers connected to the parent window, this is important since 
     196                # self.window may be the RosterWindow 
    195197                for i in self.handlers.keys(): 
    196198                        if self.handlers[i].handler_is_connected(i): 
     
    751753                        parent_paned = self.parent_paned 
    752754                win = MessageWindow(acct, type, parent_win, parent_paned) 
    753                 # FIXME: how are these done for roster combo 
    754755                # we track the lifetime of this window 
    755756                win.window.connect('delete-event', self._on_window_delete)