/[mldonkey]/mldonkey/src/networks/bittorrent/bTComplexOptions.ml
ViewVC logotype

Diff of /mldonkey/src/networks/bittorrent/bTComplexOptions.ml

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

revision 1.26 by spiralvoice, Fri Sep 2 23:48:54 2005 UTC revision 1.27 by spiralvoice, Sat Nov 5 16:23:40 2005 UTC
# Line 279  let save_config () = Line 279  let save_config () =
279  let config_files_loaded = ref false  let config_files_loaded = ref false
280    
281  let load _ =  let load _ =
   lprintf_nl () "Loading stats";  
282    (try    (try
283        Options.load bt_stats_ini;        Options.load bt_stats_ini;
284      with Sys_error _ -> ());      with Sys_error _ -> ());
# Line 332  let _ = Line 331  let _ =
331    (* Shut up message "Network.save/load_complex_options not implemented by BitTorrent" *)    (* Shut up message "Network.save/load_complex_options not implemented by BitTorrent" *)
332    network.op_network_load_complex_options <- load;    network.op_network_load_complex_options <- load;
333    network.op_network_save_complex_options <- save;    network.op_network_save_complex_options <- save;
334      network.op_network_update_options <- (fun _ -> ());
335    network.op_network_save_sources <- (fun _ -> ())    network.op_network_save_sources <- (fun _ -> ())

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27

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