mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-17 22:06:27 +00:00
Have update() call handle_events()
This commit is contained in:
parent
92e985cec0
commit
f4d542b568
@ -856,6 +856,10 @@ class DelugeGTK:
|
||||
|
||||
# We need to apply the queue changes
|
||||
self.manager.apply_queue()
|
||||
|
||||
# Handle the events
|
||||
self.manager.handle_events()
|
||||
|
||||
# Make sure that the interface still exists
|
||||
try:
|
||||
tab = self.wtree.get_widget("torrent_info").get_current_page()
|
||||
|
Loading…
x
Reference in New Issue
Block a user