add a comment

This commit is contained in:
Nikos Kouremenos 2005-11-04 15:28:35 +00:00
parent 542349ad64
commit 567436bd6d
1 changed files with 1 additions and 1 deletions

View File

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