[knuckles fixes knucles :D] bw img on offline on notifications

This commit is contained in:
Nikos Kouremenos 2006-01-22 22:13:21 +00:00
parent f5dee2be9d
commit ab50f69fa0
1 changed files with 1 additions and 1 deletions

View File

@ -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: