If I add a torrent, then I end up with the following report in the terminal:
Code: Select all
Traceback (most recent call last):
File "/var/lib/python-support/python2.5/deluge/interface.py", line 1272, in update_torrent_info_widget
self.tab_details.update(unique_id)
File "/var/lib/python-support/python2.5/deluge/tab_details.py", line 172, in update
self.paint_customprogress()
File "/var/lib/python-support/python2.5/deluge/tab_details.py", line 82, in paint_customprogress
gc = progress_window.new_gc()
AttributeError: 'NoneType' object has no attribute 'new_gc'
There's no update to the Deluge screen, the data remains static like it's frozen however I know it's doing something because if I minimise the window, then restore, I can see a change.
thanks