Changeset 9160
- Timestamp:
- 12/16/07 04:13:57 (9 months ago)
- Files:
-
- 1 modified
-
branches/one_window/src/message_window.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/one_window/src/message_window.py
r9159 r9160 193 193 ctrl.shutdown() 194 194 self._controls.clear() 195 # Clean up handlers connected to the parent window, this is important since 196 # self.window may be the RosterWindow 195 197 for i in self.handlers.keys(): 196 198 if self.handlers[i].handler_is_connected(i): … … 751 753 parent_paned = self.parent_paned 752 754 win = MessageWindow(acct, type, parent_win, parent_paned) 753 # FIXME: how are these done for roster combo754 755 # we track the lifetime of this window 755 756 win.window.connect('delete-event', self._on_window_delete)
