diff options
author | Walter Purcaro <vuolter@gmail.com> | 2014-12-11 02:07:42 +0100 |
---|---|---|
committer | Walter Purcaro <vuolter@gmail.com> | 2014-12-11 02:07:42 +0100 |
commit | 25f6be5c9259d17ee0a3de5eb056b07f505a5f7d (patch) | |
tree | 8f7d1982620452aa65c26b381a5682a509044422 /pyload/plugins/Plugin.py | |
parent | Rename some Addon methods (diff) | |
download | pyload-25f6be5c9259d17ee0a3de5eb056b07f505a5f7d.tar.xz |
Rename some events + engage renamed addon methods
Diffstat (limited to 'pyload/plugins/Plugin.py')
-rw-r--r-- | pyload/plugins/Plugin.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/plugins/Plugin.py b/pyload/plugins/Plugin.py index 77ae50123..07797e8c6 100644 --- a/pyload/plugins/Plugin.py +++ b/pyload/plugins/Plugin.py @@ -618,7 +618,7 @@ class Plugin(Base): filename = join(location, name) - self.core.addonManager.dispatchEvent("downloadStarts", self.pyfile, url, filename) + self.core.addonManager.dispatchEvent("download-start", self.pyfile, url, filename) try: newname = self.req.httpDownload(url, filename, get=get, post=post, ref=ref, cookies=cookies, |