Philipp Hörist pushed to branch master at gajim / gajim
Commits:
d19e87eb by Philipp Hörist at 2017-11-10T18:09:36+01:00
Fix showing normal message event
Regression introduced in 9b866fd1a05ddd37d70aecda9c605d20403afe92
- - - - -
1 changed file:
- gajim/session.py
Changes:
=====================================
gajim/session.py
=====================================
--- a/gajim/session.py
+++ b/gajim/session.py
@@ -262,7 +262,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/d19e87eb7b98f1d24455a8e0c90a4ecb7d19fdda
---
View it on GitLab:
https://dev.gajim.org/gajim/gajim/commit/d19e87eb7b98f1d24455a8e0c90a4ecb7d19fdda
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