[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Mldonkey-commits] Changes to mldonkey/src/networks/fileTP/fileTPInterac
From: |
mldonkey-commits |
Subject: |
[Mldonkey-commits] Changes to mldonkey/src/networks/fileTP/fileTPInteractive.ml |
Date: |
Tue, 12 Jul 2005 19:09:01 -0400 |
Index: mldonkey/src/networks/fileTP/fileTPInteractive.ml
diff -u mldonkey/src/networks/fileTP/fileTPInteractive.ml:1.14
mldonkey/src/networks/fileTP/fileTPInteractive.ml:1.15
--- mldonkey/src/networks/fileTP/fileTPInteractive.ml:1.14 Sun Apr 24
19:44:16 2005
+++ mldonkey/src/networks/fileTP/fileTPInteractive.ml Tue Jul 12 23:08:57 2005
@@ -125,6 +125,7 @@
P.client_chat_port = 0 ;
P.client_connect_time = BasicSocket.last_time ();
P.client_software = "";
+ P.client_release = "";
P.client_emulemod = "";
P.client_downloaded = zero;
P.client_uploaded = zero;
@@ -171,6 +172,7 @@
(short_string_of_connection_state (client_state cc)));
("", "sr", cinfo.GuiTypes.client_name);
("", "sr", "TP"); (* cinfo.GuiTypes.client_software *)
+ ("", "sr", ""); (* cinfo.GuiTypes.client_release *)
] @
(if !show_emulemods_column then [("", "sr", "")] else [])
@ [
- [Mldonkey-commits] Changes to mldonkey/src/networks/fileTP/fileTPInteractive.ml,
mldonkey-commits <=