Author: nextgens
Date: 2006-08-16 15:42:22 +0000 (Wed, 16 Aug 2006)
New Revision: 10120

Modified:
   trunk/freenet/src/freenet/clients/http/QueueToadlet.java
Log:
resolves #649 : the default of the /queue/ page is to compress files

Modified: trunk/freenet/src/freenet/clients/http/QueueToadlet.java
===================================================================
--- trunk/freenet/src/freenet/clients/http/QueueToadlet.java    2006-08-16 
14:44:42 UTC (rev 10119)
+++ trunk/freenet/src/freenet/clients/http/QueueToadlet.java    2006-08-16 
15:42:22 UTC (rev 10120)
@@ -667,7 +667,7 @@
                insertForm.addChild("#", " \u00a0 File: ");
                insertForm.addChild("input", new String[] { "type", "name", 
"value" }, new String[] { "file", "filename", "" });
                insertForm.addChild("#", " \u00a0 ");
-               insertForm.addChild("input", new String[] { "type", "name" }, 
new String[] { "checkbox", "compress" });
+               insertForm.addChild("input", new String[] { "type", "name", 
"checked" }, new String[] { "checkbox", "compress", "checked" });
                insertForm.addChild("#", " Compress \u00a0 ");
                insertForm.addChild("input", new String[] { "type", "name", 
"value" }, new String[] { "submit", "insert", "Insert file" });
                insertForm.addChild("#", " \u00a0 ");


Reply via email to