From 9f52145fc70f5c6d8c824eca1566712b3ff6c73c Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Fri, 1 Oct 2010 10:31:26 +0200 Subject: [PATCH] typo. Fixes #5940 --- src/notify.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))