diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-08-29 12:12:49 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-08-29 12:12:49 +0200 |
commit | 5fcdec7aedcb92a66b1743052205f79aaf75cf7f (patch) | |
tree | e28aec4f1ac6cc58371afc80af64083c98ebf199 /module/PluginThread.py | |
parent | preparation for plugin updates (diff) | |
download | pyload-5fcdec7aedcb92a66b1743052205f79aaf75cf7f.tar.xz |
some fixes
Diffstat (limited to 'module/PluginThread.py')
-rw-r--r-- | module/PluginThread.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/module/PluginThread.py b/module/PluginThread.py index 32426766a..005dedd99 100644 --- a/module/PluginThread.py +++ b/module/PluginThread.py @@ -123,6 +123,7 @@ class DownloadThread(PluginThread): pyfile = self.active if self.active == "quit": + self.m.threads.remove(self) return True self.m.log.info(_("Download starts: %s" % pyfile.name)) |