Changeset 8637 for branches/gajim_0.11.1/src/roster_window.py
- Timestamp:
- 08/30/07 22:50:59 (15 months ago)
- Files:
-
- 1 modified
-
branches/gajim_0.11.1/src/roster_window.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/gajim_0.11.1/src/roster_window.py
r8631 r8637 3273 3273 self.close_all_from_dict(gajim.interface.instances[account]) 3274 3274 for ctrl in gajim.interface.msg_win_mgr.get_controls(acct = account): 3275 ctrl.parent_win.remove_tab(ctrl, force = force) 3275 ctrl.parent_win.remove_tab(ctrl, ctrl.parent_win.CLOSE_CLOSE_BUTTON, 3276 force = force) 3276 3277 3277 3278 def on_roster_window_delete_event(self, widget, event):
