Author: nextgens
Date: 2006-09-17 20:15:45 +0000 (Sun, 17 Sep 2006)
New Revision: 10485
Modified:
trunk/freenet/src/freenet/clients/http/SimpleToadletServer.java
Log:
solves #484
Modified: trunk/freenet/src/freenet/clients/http/SimpleToadletServer.java
===================================================================
--- trunk/freenet/src/freenet/clients/http/SimpleToadletServer.java
2006-09-17 11:40:34 UTC (rev 10484)
+++ trunk/freenet/src/freenet/clients/http/SimpleToadletServer.java
2006-09-17 20:15:45 UTC (rev 10485)
@@ -241,7 +241,7 @@
new FProxyCSSNameCallback());
fproxyConfig.register("advancedDarknetEnabled", false, 1,
false, false, "Enable Advanced Darknet?", "Whether to show or not informations
meant for advanced users/devs. This setting should be turned to false in most
cases.",
new FProxyAdvancedDarknetEnabledCallback(this));
- fproxyConfig.register("showPanicButton", false, 1, true, false,
"Show the panic button?", "Whether to show or not the panic button on the
/queue/ page.",
+ fproxyConfig.register("showPanicButton", false, 1, true, true,
"Show the panic button?", "Whether to show or not the panic button on the
/queue/ page.",
new BooleanCallback(){
public boolean get(){
return
SimpleToadletServer.isPanicButtonToBeShown;