Yann Leboulanger pushed to branch gajim_0.16 at gajim / gajim

Commits:
81bf435b by Yann Leboulanger at 2017-11-22T15:58:42+01:00
Fix showing normal message event

- - - - -


1 changed file:

- src/session.py


Changes:

=====================================
src/session.py
=====================================
--- a/src/session.py
+++ b/src/session.py
@@ -260,7 +260,7 @@ class 
ChatControlSession(stanza_session.EncryptedStanzaSession):
                 self.conn.name, contact, self)
             obj.show_in_systray = notify.get_show_in_systray(event_type,
                 self.conn.name, contact)
-            if obj.mtype == 'normal' and not obj.popup:
+            if obj.mtype == 'normal' and obj.popup:
                 do_event = False
             else:
                 do_event = True



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/commit/81bf435b09ee70790e8aa5d7871ee87604ab1fca

---
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/commit/81bf435b09ee70790e8aa5d7871ee87604ab1fca
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