Show
Ignore:
Timestamp:
06/27/08 01:37:12 (5 months ago)
Author:
bct
Message:

win.get_controls() isn't needed anymore

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/groupchat_control.py

    r9846 r9847  
    20772077                        win = gajim.interface.msg_win_mgr.get_window(nick_jid, self.account) 
    20782078 
    2079                 ctrl = win.get_controls(nick_jid, self.account)[0] 
     2079                ctrl = win.get_control(nick_jid, self.account) 
    20802080 
    20812081                win.set_active_tab(ctrl)