/[mldonkey]/mldonkey/src/networks/gnutella/gnutellaInteractive.ml
ViewVC logotype

Diff of /mldonkey/src/networks/gnutella/gnutellaInteractive.ml

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

revision 1.39 by spiralvoice, Tue May 17 13:18:05 2005 UTC revision 1.40 by spiralvoice, Tue Jul 12 23:08:57 2005 UTC
# Line 424  let _ = Line 424  let _ =
424          P.client_chat_port = 0 ;          P.client_chat_port = 0 ;
425          P.client_connect_time = BasicSocket.last_time ();          P.client_connect_time = BasicSocket.last_time ();
426          P.client_software = "";          P.client_software = "";
427            P.client_release = "";
428          P.client_emulemod = "";          P.client_emulemod = "";
429          P.client_downloaded = zero;          P.client_downloaded = zero;
430          P.client_uploaded = zero;          P.client_uploaded = zero;
# Line 476  let _ = Line 477  let _ =
477              (short_string_of_connection_state (client_state cc)));              (short_string_of_connection_state (client_state cc)));
478            ("", "sr", cinfo.GuiTypes.client_name);            ("", "sr", cinfo.GuiTypes.client_name);
479            ("", "sr", "gN"); (* cinfo.GuiTypes.client_software *)            ("", "sr", "gN"); (* cinfo.GuiTypes.client_software *)
480              ("", "sr", ""); (* cinfo.GuiTypes.client_release *)
481            ] @            ] @
482            (if !show_emulemods_column then [("", "sr", "")] else [])            (if !show_emulemods_column then [("", "sr", "")] else [])
483            @ [            @ [

Legend:
Removed from v.1.39  
changed lines
  Added in v.1.40

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