mldonkey-commits
[Top][All Lists]
Advanced

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

[Mldonkey-commits] Changes to mldonkey/src/daemon/common/commonOptions.m


From: mldonkey-commits
Subject: [Mldonkey-commits] Changes to mldonkey/src/daemon/common/commonOptions.ml
Date: Thu, 14 Jul 2005 10:00:28 -0400

Index: mldonkey/src/daemon/common/commonOptions.ml
diff -u mldonkey/src/daemon/common/commonOptions.ml:1.65 
mldonkey/src/daemon/common/commonOptions.ml:1.66
--- mldonkey/src/daemon/common/commonOptions.ml:1.65    Sun Jul 10 23:19:16 2005
+++ mldonkey/src/daemon/common/commonOptions.ml Thu Jul 14 14:00:19 2005
@@ -593,6 +593,15 @@
 let html_vd_barheight = define_expert_option current_section
     ["html_vd_barheight"] "Change height of download indicator bar in vd 
output" int_option 2
 
+let html_vd_chunk_graph = define_expert_option current_section
+    ["html_vd_chunk_graph"] "Whether to display chunks list as graph or text 
in vd output" bool_option true
+
+let html_vd_chunk_graph_style = define_expert_option current_section
+    ["html_vd_chunk_graph_style"] "Change style of chunk graph" int_option 0
+
+let html_vd_chunk_graph_max_width = define_expert_option current_section
+    ["html_vd_chunk_graph_max_width"] "Change max width of chunk graph" 
int_option 880
+
 let html_mods_show_pending = define_expert_option current_section
     ["html_mods_show_pending"] "Whether to display the pending slots in 
uploaders command" bool_option true
 




reply via email to

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