fix a tb
This commit is contained in:
parent
a8f3d466cc
commit
aa80749cdb
|
@ -66,6 +66,9 @@ def dbus_notify(event_type, jid, account, msg_type = '', file_props = None):
|
||||||
actor = gajim.get_first_contact_instance_from_jid(account, jid).name
|
actor = gajim.get_first_contact_instance_from_jid(account, jid).name
|
||||||
else:
|
else:
|
||||||
actor = jid
|
actor = jid
|
||||||
|
|
||||||
|
# default value of txt
|
||||||
|
txt = actor
|
||||||
|
|
||||||
img = 'chat.png' # img to display
|
img = 'chat.png' # img to display
|
||||||
ntype = 'im' # Notification Type
|
ntype = 'im' # Notification Type
|
||||||
|
|
Loading…
Reference in New Issue