From 0a4cf6eae40de70459d756892f85f1af27d29ac7 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Fri, 24 Mar 2006 20:17:32 +0000 Subject: [PATCH] notification need absolute path --- src/gajim.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gajim.py b/src/gajim.py index 3048101e0..27ecac3dc 100755 --- a/src/gajim.py +++ b/src/gajim.py @@ -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)