Skip to content
Snippets Groups Projects
Commit d8fa4a89 authored by nkour's avatar nkour
Browse files

fix something with a better way

parent bc403d54
No related branches found
No related tags found
No related merge requests found
......@@ -250,8 +250,7 @@ def make_groups_submenus_for_chat_with(self, account):
if group in contact.groups and contact.show != 'offline' and \
contact.show != 'error':
at_least_one = True
s = contact.name.replace('_', '__') # two _ show one _ and no underline happens
item = gtk.ImageMenuItem(s)
item = gtk.ImageMenuItem(s, 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment