mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-11 03:55:43 +00:00
queueing bugfix
This commit is contained in:
parent
4872f23759
commit
cd03824502
@ -761,7 +761,7 @@ class DelugeGTK:
|
||||
def q_torrent_down(self, obj=None):
|
||||
torrent = self.get_selected_torrent()
|
||||
if torrent is not None:
|
||||
self.manager.queue_up(torrent)
|
||||
self.manager.queue_down(torrent)
|
||||
|
||||
def q_to_bottom(self, widget):
|
||||
torrent = self.get_selected_torrent()
|
||||
|
Loading…
x
Reference in New Issue
Block a user