Skip to content
Snippets Groups Projects
Commit aa80749c authored by nkour's avatar nkour
Browse files

fix a tb

parent a8f3d466
No related branches found
No related tags found
No related merge requests found
......@@ -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
else:
actor = jid
# default value of txt
txt = actor
img = 'chat.png' # img to display
ntype = 'im' # Notification Type
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment