notification need absolute path

This commit is contained in:
Yann Leboulanger 2006-03-24 20:17:32 +00:00
parent d3c461aca1
commit 0a4cf6eae4
1 changed files with 1 additions and 0 deletions

View File

@ -899,6 +899,7 @@ class Interface:
if gajim.show_notification(account):
path = os.path.join(gajim.DATA_DIR, 'pixmaps', 'events',
'gc_invitation.png')
path = gtkgui_helpers.get_path_to_generic_or_avatar(path)
notify.notify(_('Groupchat Invitation'),
jid, account, 'gc-invitation', path, room_jid)