queueing bugfix
This commit is contained in:
parent
4872f23759
commit
cd03824502
@ -761,7 +761,7 @@ class DelugeGTK:
|
|||||||
def q_torrent_down(self, obj=None):
|
def q_torrent_down(self, obj=None):
|
||||||
torrent = self.get_selected_torrent()
|
torrent = self.get_selected_torrent()
|
||||||
if torrent is not None:
|
if torrent is not None:
|
||||||
self.manager.queue_up(torrent)
|
self.manager.queue_down(torrent)
|
||||||
|
|
||||||
def q_to_bottom(self, widget):
|
def q_to_bottom(self, widget):
|
||||||
torrent = self.get_selected_torrent()
|
torrent = self.get_selected_torrent()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user