Skip to content
Snippets Groups Projects
Commit 90ccd1f4 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

get_gc_control is in MessageWindowMgr class. Fixes #4357

parent a36edae2
No related branches found
No related tags found
No related merge requests found
......@@ -1408,7 +1408,7 @@ class Interface:
self.roster.on_disconnect(None, room_jid, account)
else:
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)
dlg = dialogs.InputDialog(_('Password Required'),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment