From 567436bd6d748b2b860835de42b79a1d7819c12e Mon Sep 17 00:00:00 2001 From: Nikos Kouremenos Date: Fri, 4 Nov 2005 15:28:35 +0000 Subject: [PATCH] add a comment --- src/systray.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/systray.py b/src/systray.py index e67d5ec4c..4c4dbc8d5 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 - s = contact.name.replace('_', '__') # FIXME: find a way to show one _ and not underline + s = contact.name.replace('_', '__') # two _ show _ and no underline happens item = gtk.ImageMenuItem(s) # any given gtk widget can only be used in one place # (here we use it in status menu too)