From 698b5c96f7bf522b75a5d89b0bd42b0e87decf4a Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Sat, 31 Mar 2007 12:12:12 +0000 Subject: [PATCH] add missing argument to remove_tab call. fixes a TB --- src/roster_window.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/roster_window.py b/src/roster_window.py index 8c196180c..3fbdf3bd0 100644 --- a/src/roster_window.py +++ b/src/roster_window.py @@ -3278,7 +3278,8 @@ class RosterWindow: ''' self.close_all_from_dict(gajim.interface.instances[account]) for ctrl in gajim.interface.msg_win_mgr.get_controls(acct = account): - ctrl.parent_win.remove_tab(ctrl, force = force) + ctrl.parent_win.remove_tab(ctrl, ctrl.parent_win.CLOSE_CLOSE_BUTTON, + force = force) def on_roster_window_delete_event(self, widget, event): '''When we want to close the window'''