mldonkey-commits
[Top][All Lists]
Advanced

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

[Mldonkey-commits] mldonkey distrib/ChangeLog src/networks/fileTP/...


From: mldonkey-commits
Subject: [Mldonkey-commits] mldonkey distrib/ChangeLog src/networks/fileTP/...
Date: Tue, 05 Sep 2006 15:32:17 +0000

CVSROOT:        /sources/mldonkey
Module name:    mldonkey
Changes by:     spiralvoice <spiralvoice>       06/09/05 15:32:17

Modified files:
        distrib        : ChangeLog 
        src/networks/fileTP: fileTPInteractive.ml 
        src/networks/gnutella: gnutellaInteractive.ml 

Log message:
        patch #5294

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/mldonkey/distrib/ChangeLog?cvsroot=mldonkey&r1=1.995&r2=1.996
http://cvs.savannah.gnu.org/viewcvs/mldonkey/src/networks/fileTP/fileTPInteractive.ml?cvsroot=mldonkey&r1=1.45&r2=1.46
http://cvs.savannah.gnu.org/viewcvs/mldonkey/src/networks/gnutella/gnutellaInteractive.ml?cvsroot=mldonkey&r1=1.62&r2=1.63

Patches:
Index: distrib/ChangeLog
===================================================================
RCS file: /sources/mldonkey/mldonkey/distrib/ChangeLog,v
retrieving revision 1.995
retrieving revision 1.996
diff -u -b -r1.995 -r1.996
--- distrib/ChangeLog   5 Sep 2006 14:19:10 -0000       1.995
+++ distrib/ChangeLog   5 Sep 2006 15:32:17 -0000       1.996
@@ -15,6 +15,8 @@
 =========
 
 2006/09/05
+5294: HTML: Fix sources display for Gnutella/G2/Fasttrack/Filetp
+      broken by patch #5294 (thx to z)
 5368: Remove unused code from md5_c.c & os_stubs.h
 5371: EDK: Support for eMule comments (read-only)
 - new option html_mods_vd_comments to enable column in HTML, vd

Index: src/networks/fileTP/fileTPInteractive.ml
===================================================================
RCS file: /sources/mldonkey/mldonkey/src/networks/fileTP/fileTPInteractive.ml,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -b -r1.45 -r1.46
--- src/networks/fileTP/fileTPInteractive.ml    5 Sep 2006 14:15:20 -0000       
1.45
+++ src/networks/fileTP/fileTPInteractive.ml    5 Sep 2006 15:32:17 -0000       
1.46
@@ -417,7 +417,6 @@
   );
   file_ops.op_file_resume <- (fun file -> ());
   file_ops.op_file_print_html <- (fun file buf -> ());
-  file_ops.op_file_print_sources_html <- (fun file buf -> ());
   network.op_network_close_search <- (fun s -> ());
   network.op_network_forget_search <- (fun s -> ());
   network.op_network_connect_servers <- (fun s -> ());

Index: src/networks/gnutella/gnutellaInteractive.ml
===================================================================
RCS file: 
/sources/mldonkey/mldonkey/src/networks/gnutella/gnutellaInteractive.ml,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -b -r1.62 -r1.63
--- src/networks/gnutella/gnutellaInteractive.ml        5 Sep 2006 14:15:20 
-0000       1.62
+++ src/networks/gnutella/gnutellaInteractive.ml        5 Sep 2006 15:32:17 
-0000       1.63
@@ -289,7 +289,6 @@
   
 let _ =
   file_ops.op_file_print_html <- (fun file buf -> ());
-  file_ops.op_file_print_sources_html <- (fun file buf -> ());
   file_ops.op_file_cancel <- (fun file ->
       CommonSwarming.remove_swarmer file.file_swarmer;
       file.file_swarmer <- None;




reply via email to

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