Show
Ignore:
Timestamp:
08/30/07 22:50:59 (15 months ago)
Author:
roidelapluie
Message:

0.11.2: add missing argument to remove_tab call. fixes a TB

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/gajim_0.11.1/src/roster_window.py

    r8631 r8637  
    32733273                self.close_all_from_dict(gajim.interface.instances[account]) 
    32743274                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) 
    32763277 
    32773278        def on_roster_window_delete_event(self, widget, event):