From 90ccd1f4b180509c045fc3604ea734fc92c9d4d8 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Tue, 30 Sep 2008 13:05:09 +0000 Subject: [PATCH] get_gc_control is in MessageWindowMgr class. Fixes #4357 --- src/gajim.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gajim.py b/src/gajim.py index a4cc5cf8c..4a8563aaf 100755 --- a/src/gajim.py +++ b/src/gajim.py @@ -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'),