From ab50f69fa0eecf476854173a6e96d730cf623afc Mon Sep 17 00:00:00 2001 From: Nikos Kouremenos Date: Sun, 22 Jan 2006 22:13:21 +0000 Subject: [PATCH] [knuckles fixes knucles :D] bw img on offline on notifications --- src/gajim.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gajim.py b/src/gajim.py index dbb950671..ac57af56d 100755 --- a/src/gajim.py +++ b/src/gajim.py @@ -385,7 +385,7 @@ class Interface: if show_notification: img = gajim.get_notification_image_prefix(jid) + '_offline.png' path = gtkgui_helpers.get_path_to_generic_or_avatar(img, jid = jid, - suffix = '_notif_size_colored.png') + suffix = '_notif_size_bw.png') notify.notify(_('Contact Signed Out'), jid, account, path_to_image = path) if self.remote_ctrl: