notification need absolute path
This commit is contained in:
parent
d3c461aca1
commit
0a4cf6eae4
|
@ -899,6 +899,7 @@ class Interface:
|
||||||
if gajim.show_notification(account):
|
if gajim.show_notification(account):
|
||||||
path = os.path.join(gajim.DATA_DIR, 'pixmaps', 'events',
|
path = os.path.join(gajim.DATA_DIR, 'pixmaps', 'events',
|
||||||
'gc_invitation.png')
|
'gc_invitation.png')
|
||||||
|
path = gtkgui_helpers.get_path_to_generic_or_avatar(path)
|
||||||
notify.notify(_('Groupchat Invitation'),
|
notify.notify(_('Groupchat Invitation'),
|
||||||
jid, account, 'gc-invitation', path, room_jid)
|
jid, account, 'gc-invitation', path, room_jid)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue