mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 03:24:54 +00:00
queueing bugfix
This commit is contained in:
parent
4872f23759
commit
cd03824502
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue