get_gc_control is in MessageWindowMgr class. Fixes #4357
This commit is contained in:
parent
a36edae2f6
commit
90ccd1f4b1
1 changed files with 1 additions and 1 deletions
|
@ -1408,7 +1408,7 @@ class Interface:
|
||||||
self.roster.on_disconnect(None, room_jid, account)
|
self.roster.on_disconnect(None, room_jid, account)
|
||||||
else:
|
else:
|
||||||
win = self.msg_win_mgr.get_window(room_jid, account)
|
win = self.msg_win_mgr.get_window(room_jid, account)
|
||||||
ctrl = win.get_gc_control(room_jid, account)
|
ctrl = self.msg_win_mgr.get_gc_control(room_jid, account)
|
||||||
win.remove_tab(ctrl, 3)
|
win.remove_tab(ctrl, 3)
|
||||||
|
|
||||||
dlg = dialogs.InputDialog(_('Password Required'),
|
dlg = dialogs.InputDialog(_('Password Required'),
|
||||||
|
|
Loading…
Add table
Reference in a new issue