Opened 12 years ago

Closed 12 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 Changed 12 years ago by jo_la_frite

  • Version changed from other (please specify) to 1.3.3

comment:2 Changed 12 years ago by jo_la_frite

  • Component changed from other to gtkui

comment:3 Changed 12 years ago by Cas

  • Resolution set to duplicate
  • Status changed from new to closed

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

Note: See TracTickets for help on using tickets.