AttributeError: ... 'new_gc'
Posted: Tue Dec 11, 2007 12:48 am
Deluge 0.5.7.1 on Fedora Core 8, python 2.5.1
The Upload (and probably download) speed is not displayed correctly in the system tray (on mouseover). I have to click "show deluge" to see the CURRENT state - and it doesn't change (the up speed of all torrents remains the same - which is impossible
) When I close and open deluge again (the window not the program) the speeds are different - there is a problem with the update as seen in the traceback 
Ideas?
Code: Select all
Traceback (most recent call last):
File "/usr/lib64/python2.5/site-packages/deluge/interface.py", line 523, in tray_clicked
self.update()
File "/usr/lib64/python2.5/site-packages/deluge/interface.py", line 1154, in update
self.update_torrent_info_widget()
File "/usr/lib64/python2.5/site-packages/deluge/interface.py", line 1228, in update_torrent_info_widget
self.tab_details.update(unique_id)
File "/usr/lib64/python2.5/site-packages/deluge/tab_details.py", line 166, in update
self.paint_customprogress()
File "/usr/lib64/python2.5/site-packages/deluge/tab_details.py", line 82, in paint_customprogress
gc = progress_window.new_gc()
AttributeError: 'NoneType' object has no attribute 'new_gc'


Ideas?