From 13328322307cde0c9fdd62bfccbcf4a78404164b Mon Sep 17 00:00:00 2001 From: mkaay Date: Tue, 15 Dec 2009 23:09:09 +0100 Subject: incomplete: stable gui O.o, folder fix --- module/download_thread.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/download_thread.py') diff --git a/module/download_thread.py b/module/download_thread.py index 539f3e62f..be7896b5f 100644 --- a/module/download_thread.py +++ b/module/download_thread.py @@ -127,7 +127,7 @@ class Download_Thread(threading.Thread): status.type = "downloading" - local_file = pyfile.download_folder + "/" + status.filename + local_file = pyfile.folder + "/" + status.filename pyfile.plugin.proceed(status.url, local_file) status.type = "checking" -- cgit v1.2.3