Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#1067 closed bug (Fixed)

Select 'Other' in speed selection dropdown in gtkui causes error

Reported by: Ghent Owned by: andar
Priority: minor Milestone:
Component: Unknown Version: 1.3.0_dev
Keywords: Cc:

Description

Open the GTK ui and click on speed and select other. Error follows:

NameError?: global name 'os' is not defined Traceback (most recent call last):

File "/home/ghent/share/deluge/lib/python2.6/site-packages/deluge-1.3.0-dev-py2.6.egg/deluge/ui/gtkui/statusbar.py", line 387, in _on_set_download_speed

_("Set Maximum Download Speed"), _("KiB/s"), None, "downloading.svg", self.max_download_speed)

File "/home/ghent/share/deluge/lib/python2.6/site-packages/deluge-1.3.0-dev-py2.6.egg/deluge/ui/gtkui/common.py", line 163, in show_other_dialog

if os.path.splitext(image_filename)[1] == ".svg" and deluge.common.windows_check():

Change History (2)

comment:1 Changed 14 years ago by Ghent

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

comment:2 Changed 14 years ago by Ghent

Fixed by r5923.

Note: See TracTickets for help on using tickets.