fix a multiple tab regression
This commit is contained in:
parent
1920b963da
commit
0b16f4bb20
1 changed files with 1 additions and 1 deletions
|
@ -182,7 +182,7 @@ class ChatControlSession(stanza_session.EncryptedStanzaSession):
|
||||||
|
|
||||||
if not self.control:
|
if not self.control:
|
||||||
# look for an existing chat control without a session
|
# look for an existing chat control without a session
|
||||||
ctrl = gajim.interface.msg_win_mgr.get_sessionless_ctrl(jid, self.conn.name)
|
ctrl = gajim.interface.msg_win_mgr.get_sessionless_ctrl(self.conn.name, jid)
|
||||||
if ctrl:
|
if ctrl:
|
||||||
self.control = ctrl
|
self.control = ctrl
|
||||||
self.control.set_session(self)
|
self.control.set_session(self)
|
||||||
|
|
Loading…
Add table
Reference in a new issue