Opened 11 years ago

Closed 11 years ago

Last modified 7 years ago

#2401 closed bug (Fixed)

right-click download limit dialog doesnt show whats set

Reported by: philipz Owned by: Calum
Priority: minor Milestone: 2.x
Component: GTK UI Version: 1.3.6
Keywords: Cc:

Description

the maximum download speed dialog that appears after right-clicking on a torrent, then options, then download speed limit, then other... doesnt display what the current download speed was previously set at, instead it shows '-1'.

Change History (7)

comment:1 by philipz, 11 years ago

Version: other (please specify)1.3.6

comment:2 by Calum, 11 years ago

Component: ConsoleGTK-UI
Milestone: Future1.3.7

The component is not the console.

comment:3 by OmegaPhil, 11 years ago

Status: newassigned

Cas has nominated me to look at this as part of the #2400 work. I can see that this menu code is hardcoded to use default values in all the various options cases. I intend to have it fetch the current torrent state when one torrent is selected, otherwise use the default.

See ui/gtkui/menubar.py:MenuBar.on_menuitem_set_other, other_dialog_info

comment:4 by OmegaPhil, 11 years ago

Owner: set to OmegaPhil

comment:5 by Calum, 11 years ago

Milestone: 1.3.71.4.0
Owner: changed from OmegaPhil to Calum

I was looking to get this into next release but this is a much bigger change than I realised. It requires adding a deferred to the Other dialog, otherwise it will never close.

Moving this to 1.4 milestone.

@OmegaPhil I have got working code: https://github.com/cas--/Deluge/tree/Bug/develop/2401/Other_dialog_current_value

comment:6 by Calum, 11 years ago

Resolution: Fixed
Status: assignedclosed

Fixed in develop: [ea7ef950a3]

comment:7 by Calum, 7 years ago

Milestone: 2.0.x2.x

Milestone renamed

Note: See TracTickets for help on using tickets.