From 692c9940ba22fdb4e7ec66da79090dec0688c31d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Tue, 25 Aug 2009 16:14:37 +0200 Subject: Release the threadQueue-Lock in sync --- portato/gui/queue.py | 1 + 1 file changed, 1 insertion(+) diff --git a/portato/gui/queue.py b/portato/gui/queue.py index 7c667f9..e73891d 100644 --- a/portato/gui/queue.py +++ b/portato/gui/queue.py @@ -538,6 +538,7 @@ class EmergeQueue: system.reload_settings() self.db.reload() debug("Sync finished") + self.threadQueue.next() self.threadQueue.put(finish, caller = self.sync) -- cgit v1.2.3