Have update() call handle_events()

This commit is contained in:
Andrew Resch 2007-06-26 18:39:54 +00:00
parent 92e985cec0
commit f4d542b568
1 changed files with 4 additions and 0 deletions

View File

@ -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()