clarify comment
This commit is contained in:
parent
4ba60d14bf
commit
990a5895c8
|
@ -110,9 +110,10 @@ class DesktopNotification:
|
||||||
else:
|
else:
|
||||||
actor = jid
|
actor = jid
|
||||||
|
|
||||||
# failsafe values
|
# defaul failsafe values
|
||||||
img = 'chat_msg_recv.png' # img to display
|
img = 'chat_msg_recv.png' # img to display
|
||||||
ntype = 'im' # Notification Type
|
ntype = 'im' # Notification Type
|
||||||
|
|
||||||
txt = actor # default value of txt
|
txt = actor # default value of txt
|
||||||
|
|
||||||
if event_type == _('Contact Signed In'):
|
if event_type == _('Contact Signed In'):
|
||||||
|
|
Loading…
Reference in New Issue