mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-17 22:06:27 +00:00
handle_events already calls apply_queue, so there's no need to do it right before
This commit is contained in:
parent
f4d542b568
commit
b1c923c1f3
@ -854,9 +854,6 @@ class DelugeGTK:
|
|||||||
f = self.update_queue.pop()
|
f = self.update_queue.pop()
|
||||||
f()
|
f()
|
||||||
|
|
||||||
# We need to apply the queue changes
|
|
||||||
self.manager.apply_queue()
|
|
||||||
|
|
||||||
# Handle the events
|
# Handle the events
|
||||||
self.manager.handle_events()
|
self.manager.handle_events()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user