Opened 7 years ago

Closed 7 years ago

Last modified 6 years ago

#3058 closed bug (Fixed)

Error Adding User

Reported by: renato Owned by: Calum
Priority: minor Milestone: 2.0.0
Component: GTK UI Version: develop
Keywords: Cc:

Description

On thin mode it's impossible to add a user:

renato@firefox-server:/media/disk/deluge$ deluge
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/deluge/ui/gtkui/preferences.py", line 1023, in on_accounts_add_clicked
    dialog = AccountDialog(levels_mapping=client.auth_levels_mapping, parent=self.pref_dialog)
  File "/usr/lib/python2.7/dist-packages/deluge/ui/gtkui/dialogs.py", line 273, in __init__
    self.authlevel_combo = gtk.ComboBoxText()
AttributeError: 'module' object has no attribute 'ComboBoxText'
renato@firefox-server:/media/disk/deluge$ 

Change History (3)

comment:1 by Calum, 7 years ago

Milestone: needs verified2.0
Owner: set to Calum
Status: newassigned

comment:2 by Calum, 7 years ago

Resolution: Fixed
Status: assignedclosed

comment:3 by Calum, 6 years ago

Milestone: 2.02.0.0

Milestone renamed

Note: See TracTickets for help on using tickets.