#3058 closed bug (Fixed)
Error Adding User
Reported by: | firefox | Owned by: | Cas |
---|---|---|---|
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 Changed 6 years ago by Cas
- Milestone changed from needs verified to 2.0
- Owner set to Cas
- Status changed from new to assigned
comment:2 Changed 6 years ago by Cas
- Resolution set to Fixed
- Status changed from assigned to closed
Note: See
TracTickets for help on using
tickets.
Fixed: [89e245e2d3057]