summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorneeshy <neeshy@tfwno.gf>2020-12-12 16:34:47 -0500
committerCalum Lind <calumlind+deluge@gmail.com>2021-01-29 18:26:35 +0000
commit8ec5ca9d08c358fbcfe2aa0fbaf2b78cc7aa2490 (patch)
tree890ddf25cf3207d2493ca4df68a37f6fb2023cd2
parent9c90136f57b607937a6deb64481e6785421fd455 (diff)
downloaddeluge-8ec5ca9d08c358fbcfe2aa0fbaf2b78cc7aa2490.tar.gz
deluge-8ec5ca9d08c358fbcfe2aa0fbaf2b78cc7aa2490.tar.bz2
deluge-8ec5ca9d08c358fbcfe2aa0fbaf2b78cc7aa2490.zip
[Console] Fix setting 'Skip' priority on console
Selecting priorities 'Low' and 'Skip' on console will both set the actual priority to 'Low'. Fixed typo in previous commit 6655fe67c372
-rw-r--r--deluge/ui/console/modes/torrentdetail.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/deluge/ui/console/modes/torrentdetail.py b/deluge/ui/console/modes/torrentdetail.py
index fbb4fa55f..758cac878 100644
--- a/deluge/ui/console/modes/torrentdetail.py
+++ b/deluge/ui/console/modes/torrentdetail.py
@@ -710,7 +710,7 @@ class TorrentDetail(BaseMode, PopupsHandler):
'skip_priority',
'_Skip',
foreground='red',
- cb_arg=FILE_PRIORITY['Low'],
+ cb_arg=FILE_PRIORITY['Skip'],
was_empty=was_empty,
)
popup.add_line(