mldonkey-commits
[Top][All Lists]
Advanced

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

[Mldonkey-commits] mldonkey distribChangeLog src/daemon/driver/dri...


From: mldonkey-commits
Subject: [Mldonkey-commits] mldonkey distribChangeLog src/daemon/driver/dri...
Date: Mon, 12 Jun 2006 18:11:53 +0000

CVSROOT:        /sources/mldonkey
Module name:    mldonkey
Changes by:     spiralvoice <spiralvoice>       06/06/12 18:11:53

Modified files:
        distrib        : ChangeLog 
        src/daemon/driver: driverCommands.ml 

Log message:
        patch #5177

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/mldonkey/distrib/ChangeLog?cvsroot=mldonkey&r1=1.886&r2=1.887
http://cvs.savannah.gnu.org/viewcvs/mldonkey/src/daemon/driver/driverCommands.ml?cvsroot=mldonkey&r1=1.153&r2=1.154

Patches:
Index: distrib/ChangeLog
===================================================================
RCS file: /sources/mldonkey/mldonkey/distrib/ChangeLog,v
retrieving revision 1.886
retrieving revision 1.887
diff -u -b -r1.886 -r1.887
--- distrib/ChangeLog   12 Jun 2006 11:34:39 -0000      1.886
+++ distrib/ChangeLog   12 Jun 2006 18:11:53 -0000      1.887
@@ -15,6 +15,7 @@
 =========
 
 2006/06/12
+5177: HTML, Options: update display after changing options (schlumpf)
 5176: Swarming: Change error message text and verbosity for BAD WRITE
       BAD WRITE is not really an error, MLDonkey just receives unwanted data
 5175: GTK1 oldgui: Last compile fix for abstract verification bitmaps (pango)

Index: src/daemon/driver/driverCommands.ml
===================================================================
RCS file: /sources/mldonkey/mldonkey/src/daemon/driver/driverCommands.ml,v
retrieving revision 1.153
retrieving revision 1.154
diff -u -b -r1.153 -r1.154
--- src/daemon/driver/driverCommands.ml 11 Jun 2006 17:41:30 -0000      1.153
+++ src/daemon/driver/driverCommands.ml 12 Jun 2006 18:11:53 -0000      1.154
@@ -110,8 +110,8 @@
       else Printf.bprintf buf "\\<tr class=\\\"dl-2\\\"\\>";
 
       if String.contains o.option_value '\n' then
-        Printf.bprintf buf "
-                  \\<td title=\\\"%s\\\" class=\\\"sr\\\"\\>\\<a 
href=\\\"http://mldonkey.sourceforge.net/%s\\\"\\>%s\\</a\\>\\<form 
action=\\\"submit\\\" target=\\\"$S\\\"\\>
+        Printf.bprintf buf "\\<td title=\\\"%s\\\" class=\\\"sr\\\"\\>\\<a 
href=\\\"http://mldonkey.sourceforge.net/%s\\\"\\>%s\\</a\\>
+                  \\<form action=\\\"submit\\\" target=\\\"$S\\\" 
onsubmit=\\\"javascript: 
{setTimeout('window.location.replace(window.location.href)',500);}\\\"\\>
                   \\<input type=hidden name=setoption value=q\\>
                   \\<input type=hidden name=option 
value=%s\\>\\</td\\>\\<td\\>\\<textarea
                                        name=value rows=5 cols=20 
wrap=virtual\\>
@@ -127,8 +127,8 @@
 
           Printf.bprintf buf "
               \\<td title=\\\"%s\\\" class=\\\"sr\\\"\\>\\<a 
href=\\\"http://mldonkey.sourceforge.net/%s\\\"\\>%s\\</a\\>\\</td\\>
-                     \\<td class=\\\"sr\\\"\\>\\<form action=\\\"submit\\\" 
target=\\\"$S\\\"\\>\\<input type=hidden
-                               name=setoption value=q\\>\\<input type=hidden 
name=option value=%s\\>"
+                     \\<td class=\\\"sr\\\"\\>\\<form action=\\\"submit\\\" 
target=\\\"$S\\\" onsubmit=\\\"javascript: 
{setTimeout('window.location.replace(window.location.href)',500);}\\\"\\>
+                     \\<input type=hidden name=setoption value=q\\>\\<input 
type=hidden name=option value=%s\\>"
             o.option_help (String2.upp_initial o.option_name) o.option_name 
o.option_name;
 
           if o.option_value = "true" || o.option_value = "false" then




reply via email to

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