Author: bombe
Date: 2007-10-29 10:35:05 +0000 (Mon, 29 Oct 2007)
New Revision: 15640
Modified:
trunk/freenet/src/freenet/clients/http/PproxyToadlet.java
Log:
uncheck refresh-on-startup checkbox for "official" plugins
Modified: trunk/freenet/src/freenet/clients/http/PproxyToadlet.java
===================================================================
--- trunk/freenet/src/freenet/clients/http/PproxyToadlet.java 2007-10-29
10:33:38 UTC (rev 15639)
+++ trunk/freenet/src/freenet/clients/http/PproxyToadlet.java 2007-10-29
10:35:05 UTC (rev 15640)
@@ -380,7 +380,7 @@
addOfficialForm.addChild("div",
l10n("loadOfficialPluginText"));
addOfficialForm.addChild("#",
(l10n("loadOfficialPluginLabel") + ": "));
addOfficialForm.addChild("input", new String[] {
"type", "name", "size" }, new String[] { "text", "plugin-name", "40" });
- addOfficialForm.addChild("input", new String[] {
"type", "name", "value", "checked" }, new String[] { "checkbox",
"refresh-on-startup", "true", "checked" });
+ addOfficialForm.addChild("input", new String[] {
"type", "name", "value" }, new String[] { "checkbox", "refresh-on-startup",
"true" });
addOfficialForm.addChild("#", l10n("refreshOnStartup"));
addOfficialForm.addChild("input", new String[] {
"type", "name", "value" }, new String[] { "submit", "submit-official",
l10n("Load") });