Opened 14 years ago
Closed 14 years ago
#2033 closed bug (Duplicate)
Error while adding column 'Date added'
| Reported by: | jo_la_frite | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | Future |
| Component: | GTK UI | Version: | 1.3.3 |
| Keywords: | Cc: |
Description
Deluge 1.3.3 from Fedora 16 official rep. -> deluge-gtk-1.3.3-1.fc16 (same probleme with ubuntu 10.04 and 11.10 I remember...)
listview.py:339:on_menuitem_toggled:KeyError: 'Ajout\xc3\xa9'
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/deluge/ui/gtkui/listview.py", line 339, in on_menuitem_toggled
self.columns[name].column.set_visible(widget.get_active())
KeyError: 'Ajout\xc3\xa9'
Local variables in innermost frame: widget: <gtk.CheckMenuItem object at 0x967ca04 (GtkCheckMenuItem at 0x910aa68)> name: 'Ajout\xc3\xa9' self: <deluge.ui.gtkui.torrentview.TorrentView object at 0x8ed97cc>
(sorry for my english)
Thank you
Change History (3)
comment:1 by , 14 years ago
| Version: | other (please specify) → 1.3.3 |
|---|
comment:2 by , 14 years ago
| Component: | other → gtkui |
|---|
comment:3 by , 14 years ago
| Resolution: | → duplicate |
|---|---|
| Status: | new → closed |



Already fixed, #1957, and will be in next release.