From f4d542b568342f236e10347fc26b71fd0a04195f Mon Sep 17 00:00:00 2001 From: Andrew Resch Date: Tue, 26 Jun 2007 18:39:54 +0000 Subject: [PATCH] Have update() call handle_events() --- src/interface.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/interface.py b/src/interface.py index 75662218b..e53c8dc8f 100644 --- a/src/interface.py +++ b/src/interface.py @@ -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()