gui_menu_builder: remove unused variable
This commit is contained in:
parent
6e41699297
commit
4e0295fcd9
1 changed files with 0 additions and 3 deletions
|
@ -36,9 +36,6 @@ def build_resources_submenu(contacts, account, action, room_jid=None,
|
||||||
roster = app.interface.roster
|
roster = app.interface.roster
|
||||||
sub_menu = Gtk.Menu()
|
sub_menu = Gtk.Menu()
|
||||||
|
|
||||||
iconset = app.config.get('iconset')
|
|
||||||
if not iconset:
|
|
||||||
iconset = app.config.DEFAULT_ICONSET
|
|
||||||
for c in contacts:
|
for c in contacts:
|
||||||
item = Gtk.MenuItem.new_with_label(
|
item = Gtk.MenuItem.new_with_label(
|
||||||
'%s (%s)' % (c.resource, str(c.priority)))
|
'%s (%s)' % (c.resource, str(c.priority)))
|
||||||
|
|
Loading…
Add table
Reference in a new issue