From 897f60ad0686ed943f5cdf82793be0327fb90836 Mon Sep 17 00:00:00 2001 From: Nikos Kouremenos Date: Thu, 17 Nov 2005 12:34:30 +0000 Subject: [PATCH] logic --- src/systray.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/systray.py b/src/systray.py index 554d9a3f7..46241b04e 100644 --- a/src/systray.py +++ b/src/systray.py @@ -250,7 +250,7 @@ class Systray: if group in contact.groups and contact.show != 'offline' and \ contact.show != 'error': at_least_one = True - item = gtk.ImageMenuItem(s, use_underline = False) + item = gtk.ImageMenuItem(contact.name, use_underline = False) # any given gtk widget can only be used in one place # (here we use it in status menu too) # gtk.Image is a widget, it's better we refactor to use gdk.gdk.Pixbuf allover