From e03e4b63cbcf37407c23d144e6d4c247be1f06b8 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Thu, 27 Oct 2011 17:32:58 +0200 Subject: closed #411 --- module/PluginThread.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/PluginThread.py') diff --git a/module/PluginThread.py b/module/PluginThread.py index 03db68100..c4bdd59c8 100644 --- a/module/PluginThread.py +++ b/module/PluginThread.py @@ -183,7 +183,7 @@ class DownloadThread(PluginThread): self.m.log.info(_("Download starts: %s" % pyfile.name)) # start download - self.m.core.hookManager.downloadStarts(pyfile) + self.m.core.hookManager.downloadPreparing(pyfile) pyfile.plugin.preprocessing(self) self.m.log.info(_("Download finished: %s") % pyfile.name) -- cgit v1.2.3