mldonkey-bugs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Mldonkey-bugs] [Bug #1759] can't download previously canceled donwload


From: nobody
Subject: [Mldonkey-bugs] [Bug #1759] can't download previously canceled donwload
Date: Thu, 21 Nov 2002 13:34:25 -0500

=================== BUG #1759: LATEST MODIFICATIONS ==================
http://savannah.nongnu.org/bugs/?func=detailbug&bug_id=1759&group_id=1409

Changes by: Anonymous user        Date: 2002-Nov-21 13:34

------------------ Additional Follow-up Comments ----------------------------
y0 thats right
u have to kill the core and restart it, otherwise is wont work



=================== BUG #1759: FULL BUG SNAPSHOT ===================


Submitted by: None                      Project: mldonkey, a free e-Donkey 
client
Submitted on: 2002-Nov-20 12:02
Category:  Core                         Severity:  5 - Major                    
Bug Group:  None                        Resolution:  None                       
Assigned to:  None                      Status:  Open                           
Release:  2.00                          Release:                                
Platform Version:  Linux i386-i686      Binaries Origin:  Compiled From CVS     

Summary:  can't download previously canceled donwload

Original Submission:  If you cancel a download you can't download the same file 
until you relaunch mldonkey.
current_files list isn't not updated ?

i've made this modification to donkeyInteractive.ml and seems to work :p

file_ops.op_file_cancel <- (fun file ->
   Hashtbl.remove files_by_md4 file.file_md4;
   current_files := List2.removeq file !current_files;

this line ^ added to remove canceled downloads from the current_files list

hope this help...



Follow-up Comments
*******************

-------------------------------------------------------
Date: 2002-Nov-21 13:34             By: None
y0 thats right
u have to kill the core and restart it, otherwise is wont work


CC list is empty


No files currently attached


For detailed info, follow this link:
http://savannah.nongnu.org/bugs/?func=detailbug&bug_id=1759&group_id=1409




reply via email to

[Prev in Thread] Current Thread [Next in Thread]