mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-11 19:08:40 +00:00
Give the Queue plugin some love.
This commit is contained in:
parent
6485986294
commit
5d1dbc98e5
3 changed files with 3 additions and 3 deletions
|
@ -225,7 +225,7 @@ class Torrent:
|
||||||
self.torrent_info = None
|
self.torrent_info = None
|
||||||
|
|
||||||
# Create the desired status dictionary and return it
|
# Create the desired status dictionary and return it
|
||||||
status_dict = {}.fromkeys(keys)
|
status_dict = {}
|
||||||
|
|
||||||
if len(keys) == 0:
|
if len(keys) == 0:
|
||||||
status_dict = full_status
|
status_dict = full_status
|
||||||
|
|
|
@ -116,4 +116,4 @@ class GtkUI(ui.UI):
|
||||||
self.plugin.remove_preferences_page("Queue")
|
self.plugin.remove_preferences_page("Queue")
|
||||||
|
|
||||||
def update(self):
|
def update(self):
|
||||||
self.plugin.update_torrent_view(["#"])
|
self.plugin.update_torrent_view()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue