fix comment
This commit is contained in:
parent
567436bd6d
commit
5414ac84dc
|
@ -250,7 +250,7 @@ class Systray:
|
||||||
if group in contact.groups and contact.show != 'offline' and \
|
if group in contact.groups and contact.show != 'offline' and \
|
||||||
contact.show != 'error':
|
contact.show != 'error':
|
||||||
at_least_one = True
|
at_least_one = True
|
||||||
s = contact.name.replace('_', '__') # two _ show _ and no underline happens
|
s = contact.name.replace('_', '__') # two _ show one _ and no underline happens
|
||||||
item = gtk.ImageMenuItem(s)
|
item = gtk.ImageMenuItem(s)
|
||||||
# any given gtk widget can only be used in one place
|
# any given gtk widget can only be used in one place
|
||||||
# (here we use it in status menu too)
|
# (here we use it in status menu too)
|
||||||
|
|
Loading…
Reference in New Issue