mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-12 12:34:43 +00:00
[#2497] [GTKUI] Fix the queue 'Clear' button not properly clearing.
This commit is contained in:
parent
5a6f202cf1
commit
2a50159978
@ -166,6 +166,7 @@ class QueuedTorrents(component.Component):
|
|||||||
|
|
||||||
def on_button_clear_clicked(self, widget):
|
def on_button_clear_clicked(self, widget):
|
||||||
self.liststore.clear()
|
self.liststore.clear()
|
||||||
|
del self.queue[:]
|
||||||
self.update_status_bar()
|
self.update_status_bar()
|
||||||
|
|
||||||
def on_button_close_clicked(self, widget):
|
def on_button_close_clicked(self, widget):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user