/[mldonkey]/mldonkey/src/networks/donkey/donkeyInteractive.ml
ViewVC logotype

Diff of /mldonkey/src/networks/donkey/donkeyInteractive.ml

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.63 by spiralvoice, Wed Sep 21 18:11:54 2005 UTC revision 1.64 by spiralvoice, Thu Oct 6 10:19:30 2005 UTC
# Line 943  DonkeySources.recompute_ready_sources () Line 943  DonkeySources.recompute_ready_sources ()
943    
944    file_ops.op_file_commit <- (fun file new_name ->    file_ops.op_file_commit <- (fun file new_name ->
945    
946          Int64Swarmer.remove_swarmer file.file_swarmer;
947          file.file_swarmer <- None;
948  (*      DonkeyStats.save_download_history file; *)  (*      DonkeyStats.save_download_history file; *)
949    
950        if !!keep_downloaded_in_old_files        if !!keep_downloaded_in_old_files
# Line 1418  parent.fstatus.location.href='submit?q=r Line 1420  parent.fstatus.location.href='submit?q=r
1420    
1421    );    );
1422    file_ops.op_file_cancel <- (fun file ->    file_ops.op_file_cancel <- (fun file ->
1423          Int64Swarmer.remove_swarmer file.file_swarmer;
1424        file.file_swarmer <- None;        file.file_swarmer <- None;
1425        Hashtbl.remove files_by_md4 file.file_md4;        Hashtbl.remove files_by_md4 file.file_md4;
1426        current_files := List2.removeq file !current_files;        current_files := List2.removeq file !current_files;

Legend:
Removed from v.1.63  
changed lines
  Added in v.1.64

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26