From b1c923c1f3f8fcdf8f12da840e6c122a7afa8c09 Mon Sep 17 00:00:00 2001 From: Marcos Pinto Date: Tue, 26 Jun 2007 18:43:12 +0000 Subject: [PATCH] handle_events already calls apply_queue, so there's no need to do it right before --- src/interface.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/interface.py b/src/interface.py index e53c8dc8f..276269c07 100644 --- a/src/interface.py +++ b/src/interface.py @@ -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()