Philipp Hörist pushed to branch master at gajim / gajim

Commits:
8a4264c9 by Philipp Hörist at 2018-04-04T00:00:08+02:00
Remove event handler on ChatControl Shutdown

- - - - -


1 changed file:

- gajim/chat_control.py


Changes:

=====================================
gajim/chat_control.py
=====================================
--- a/gajim/chat_control.py
+++ b/gajim/chat_control.py
@@ -1161,6 +1161,9 @@ class ChatControl(ChatControlBase):
             self._nec_caps_received)
         app.ged.remove_event_handler('message-sent', ged.OUT_POSTCORE,
             self._message_sent)
+        app.ged.remove_event_handler(
+            'mam-decrypted-message-received',
+            ged.GUI1, self._nec_mam_decrypted_message_received)
 
         self.unsubscribe_events()
 



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/commit/8a4264c94e4990d4fddabbce290004d14342adba

---
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/commit/8a4264c94e4990d4fddabbce290004d14342adba
You're receiving this email because of your account on dev.gajim.org.
_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to