From 2f399727c8b3d7515549acf34bddb64f4bc9e4b5 Mon Sep 17 00:00:00 2001 From: mkaay Date: Sun, 2 May 2010 00:43:47 +0200 Subject: fixed cnl --- module/HookManager.py | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'module/HookManager.py') diff --git a/module/HookManager.py b/module/HookManager.py index 279fdbaa7..fa6df3323 100644 --- a/module/HookManager.py +++ b/module/HookManager.py @@ -64,6 +64,13 @@ class HookManager(): self.plugins = plugins self.lock.release() + def coreReady(self): + self.lock.acquire() + + for plugin in self.plugins: + plugin.coreReady() + self.lock.release() + def downloadStarts(self, pyfile): self.lock.acquire() -- cgit v1.2.3