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

fix some session issues

parent f9b12e5d
No related branches found
No related tags found
No related merge requests found
......@@ -52,8 +52,6 @@ class ChatControlSession(stanza_session.EncryptedStanzaSession):
def detach_from_control(self):
if self.control:
self.control.set_session(None)
gajim.ged.remove_event_handler('decrypted-message-received',
ged.GUI1, self._nec_decrypted_message_received)
def acknowledge_termination(self):
self.detach_from_control()
......
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