Author: nextgens
Date: 2007-07-16 13:54:21 +0000 (Mon, 16 Jul 2007)
New Revision: 14157
Modified:
trunk/freenet/src/freenet/clients/http/OpennetConnectionsToadlet.java
Log:
always display the opennet ref - until the announcement protocol is implemented
Modified: trunk/freenet/src/freenet/clients/http/OpennetConnectionsToadlet.java
===================================================================
--- trunk/freenet/src/freenet/clients/http/OpennetConnectionsToadlet.java
2007-07-16 11:06:06 UTC (rev 14156)
+++ trunk/freenet/src/freenet/clients/http/OpennetConnectionsToadlet.java
2007-07-16 13:54:21 UTC (rev 14157)
@@ -50,7 +50,8 @@
protected boolean shouldDrawNoderefBox(boolean advancedModeEnabled) {
// Developers may want to see the noderef.
- return advancedModeEnabled;
+ // Users as well until the announcement protocol is implemented
+ return true;
}
protected boolean showPeerActionsBox() {