Skip to content
Snippets Groups Projects
Commit 0b16f4bb authored by Brendan Taylor's avatar Brendan Taylor
Browse files

fix a multiple tab regression

parent 1920b963
No related branches found
No related tags found
No related merge requests found
...@@ -182,7 +182,7 @@ class ChatControlSession(stanza_session.EncryptedStanzaSession): ...@@ -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)
......
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