#2434 closed feature-request (Fixed)
Double-click on tracker entry to edit it
Reported by: | eeppeliteloop | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 2.1.0 |
Component: | GTK UI | Version: | master |
Keywords: | Cc: |
Description
In the Edit trackers dialog, make double-clicking on a tracker item show the edit dialog. Currently, the only way to edit a tracker is to select it and then click on the Edit button.
Link to commit: https://github.com/eepp/deluge/commit/a55f42b65453f83387a37068578f08f123a00afe
Change History (6)
comment:1 by , 9 years ago
Milestone: | Future → 2.0 |
---|
comment:2 by , 6 years ago
Milestone: | 2.0 → 2.0.0 |
---|
comment:4 by , 5 years ago
I have started working on this and found a little problem.
When the Edit Tracker
window opens and pressing ESC
or X
, the Edit Trackers
window will be unusable as it the code will not use set_sensitive(True)
.
Wherefore, I have two options:
- Bind to the
close
event and handle it there. - Remove the sensitivity change.
Currently, opening theAdd Tracker
window does not changes the Edit Trackers
window at all.
Why the different approach?
Milestone renamed