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/donkey/...


From: mldonkey-commits
Subject: [Mldonkey-commits] mldonkey distrib/ChangeLog src/networks/donkey/...
Date: Wed, 10 May 2006 09:45:46 +0000

CVSROOT:        /sources/mldonkey
Module name:    mldonkey
Branch:         
Changes by:     spiralvoice <address@hidden>    06/05/10 09:45:46

Modified files:
        distrib        : ChangeLog 
        src/networks/donkey: donkeyInteractive.ml 

Log message:
        patch #5083

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/mldonkey/mldonkey/distrib/ChangeLog.diff?tr1=1.816&tr2=1.817&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/mldonkey/mldonkey/src/networks/donkey/donkeyInteractive.ml.diff?tr1=1.101&tr2=1.102&r1=text&r2=text

Patches:
Index: mldonkey/distrib/ChangeLog
diff -u mldonkey/distrib/ChangeLog:1.816 mldonkey/distrib/ChangeLog:1.817
--- mldonkey/distrib/ChangeLog:1.816    Tue May  9 17:04:57 2006
+++ mldonkey/distrib/ChangeLog  Wed May 10 09:45:46 2006
@@ -14,6 +14,9 @@
 ChangeLog
 =========
 
+2006/05/10
+5083: HTML: Update EDK file history links (unease)
+
 2006/05/09
 5082: FileTP/Fasttrack/Soulseek: Fix splitting chunks off-by-one (pango)
 5081: Change default ip_blocking_descriptions to false for faster startup
Index: mldonkey/src/networks/donkey/donkeyInteractive.ml
diff -u mldonkey/src/networks/donkey/donkeyInteractive.ml:1.101 
mldonkey/src/networks/donkey/donkeyInteractive.ml:1.102
--- mldonkey/src/networks/donkey/donkeyInteractive.ml:1.101     Fri May  5 
23:08:51 2006
+++ mldonkey/src/networks/donkey/donkeyInteractive.ml   Wed May 10 09:45:46 2006
@@ -1243,9 +1243,9 @@
       tr ();
       html_mods_td buf [
         ("File History Links", "sr br", "File History");
-        ("","sr", Printf.sprintf "\\<a target=\\\"_blank\\\" 
href=\\\"http://stats.razorback2.com/ed2khistory\\?ed2k=%s\\\"\\>RazorBack File 
History\\</a\\>"
-            (Md4.to_string file.file_md4)
-          )
+        ("","sr", Printf.sprintf "\\<a target=\\\"_blank\\\" 
href=\\\"http://tothbenedek.hu/ed2kstats/ed2k?hash=%s\\\"\\>Toth File 
History\\</a\\> \\<a target=\\\"_blank\\\" 
href=\\\"http://ed2k.titanesel.ws/ed2k.php?hash=%s\\\"\\>Titanesel File 
History\\</a\\>"
+            (Md4.to_string file.file_md4) (Md4.to_string file.file_md4)
+       )
        ];
       tr ();
       html_mods_td buf [




reply via email to

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