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

fix function call. fixes #3941

parent a7f8053e
No related branches found
No related tags found
No related merge requests found
......@@ -308,7 +308,8 @@ class ChatControlSession(stanza_session.EncryptedStanzaSession):
if popup:
if not self.control:
self.control = gajim.interface.roster.new_chat(self, contact, self.conn.name, resource=resource_for_chat)
self.control = gajim.interface.new_chat(self, contact,
self.conn.name, resource=resource_for_chat)
if len(gajim.events.get_events(self.conn.name, fjid)):
self.control.read_queue()
......
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