[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Mldonkey-users] [patch #4487] see which files are part of a torrent
From: |
joakim verona |
Subject: |
[Mldonkey-users] [patch #4487] see which files are part of a torrent |
Date: |
Wed, 5 Oct 2005 07:41:59 +0000 |
User-agent: |
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b3) Gecko/20050712 Firefox/1.0+ |
URL:
<http://savannah.nongnu.org/patch/?func=detailitem&item_id=4487>
Summary: see which files are part of a torrent
Project: mldonkey, a multi-networks file-sharing client
Submitted by: jave
Submitted on: Wed 10/05/05 at 07:41
Category: None
Priority: 5 - Normal
Status: None
Assigned to: None
Originator Email:
Open/Closed: Open
_______________________________________________________
Details:
in the webgui.
I find it useful.
*** bTInteractive.ml 18 Sep 2005 21:00:52 +0200 1.57
--- bTInteractive.ml 05 Oct 2005 09:22:01 +0200
***************
*** 235,241 ****
html_mods_td buf [
("Tracker key", "sr br", "Tracker key");
("", "sr", Printf.sprintf "%s" t.tracker_key) ]
! end
let op_file_print_sources_html file buf =
--- 235,250 ----
html_mods_td buf [
("Tracker key", "sr br", "Tracker key");
("", "sr", Printf.sprintf "%s" t.tracker_key) ]
! end;
!
! List.iter (fun ( filename, num) ->
! Printf.bprintf buf "\\</tr\\>\\<tr
class=\\\"dl-%d\\\"\\>" (html_mods_cntr ());
! html_mods_td buf [
! ("filename", "sr br", "filename");
! ("", "sr", filename) ])
! file.file_files
!
!
let op_file_print_sources_html file buf =
_______________________________________________________
Reply to this item at:
<http://savannah.nongnu.org/patch/?func=detailitem&item_id=4487>
_______________________________________________
Message sent via/by Savannah
http://savannah.nongnu.org/
- [Mldonkey-users] [patch #4487] see which files are part of a torrent,
joakim verona <=