Skip to content
Snippets Groups Projects
Commit ace04d08 authored by zimio's avatar zimio
Browse files

remove unnecessary argument in new_with_label call

parent c6a7edfb
No related branches found
No related tags found
No related merge requests found
......@@ -324,7 +324,7 @@ class StatusIcon:
# join gc
gc_item = Gtk.MenuItem.new_with_label(
_('using account %s') % account, use_underline=False)
_('using account %s') % account)
gc_sub_menu.append(gc_item)
gc_menuitem_menu = Gtk.Menu()
gajim.interface.roster.add_bookmarks_list(gc_menuitem_menu,
......
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