This commit is contained in:
Yann Leboulanger 2010-10-01 10:31:26 +02:00
parent 3b04e6cc4b
commit 9f52145fc7

View file

@ -587,7 +587,7 @@ class DesktopNotification:
self.path_to_image = os.path.abspath(self.path_to_image)
text = '<table style=\'padding: 3px\'><tr><td>' \
'<img src=\"%s\"></td><td width=20> </td>' \
'<td>%st4i</td></tr></table>' % (self.path_to_image,
'<td>%s</td></tr></table>' % (self.path_to_image,
text)
self.path_to_image = os.path.abspath(
gtkgui_helpers.get_icon_path('gajim', 48))