mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 19:44:52 +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
1 changed files with 0 additions and 3 deletions
|
@ -854,9 +854,6 @@ class DelugeGTK:
|
|||
f = self.update_queue.pop()
|
||||
f()
|
||||
|
||||
# We need to apply the queue changes
|
||||
self.manager.apply_queue()
|
||||
|
||||
# Handle the events
|
||||
self.manager.handle_events()
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue