From 5fcdec7aedcb92a66b1743052205f79aaf75cf7f Mon Sep 17 00:00:00 2001 From: RaNaN Date: Sun, 29 Aug 2010 12:12:49 +0200 Subject: some fixes --- module/PluginThread.py | 1 + 1 file changed, 1 insertion(+) (limited to 'module/PluginThread.py') 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)) -- cgit v1.2.3