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