parent
947106bb66
commit
d19e87eb7b
1 changed files with 1 additions and 1 deletions
|
@ -262,7 +262,7 @@ class ChatControlSession(stanza_session.EncryptedStanzaSession):
|
||||||
self.conn.name, contact, self)
|
self.conn.name, contact, self)
|
||||||
obj.show_in_systray = notify.get_show_in_systray(event_type,
|
obj.show_in_systray = notify.get_show_in_systray(event_type,
|
||||||
self.conn.name, contact)
|
self.conn.name, contact)
|
||||||
if obj.mtype == 'normal' and not obj.popup:
|
if obj.mtype == 'normal' and obj.popup:
|
||||||
do_event = False
|
do_event = False
|
||||||
else:
|
else:
|
||||||
do_event = True
|
do_event = True
|
||||||
|
|
Loading…
Add table
Reference in a new issue