diff --git a/src/notify.py b/src/notify.py index dddb1427f..e22057250 100644 --- a/src/notify.py +++ b/src/notify.py @@ -587,7 +587,7 @@ class DesktopNotification: self.path_to_image = os.path.abspath(self.path_to_image) text = '' \ - '
' \ ' %st4i
' % (self.path_to_image, + '%s' % (self.path_to_image, text) self.path_to_image = os.path.abspath( gtkgui_helpers.get_icon_path('gajim', 48))