Author: toad
Date: 2008-04-19 16:40:24 +0000 (Sat, 19 Apr 2008)
New Revision: 19430

Modified:
   trunk/freenet/src/freenet/node/IPDetectorPluginManager.java
Log:
Don't show the connection type alert at all on the homepage. I thought I'd 
already done this...

Modified: trunk/freenet/src/freenet/node/IPDetectorPluginManager.java
===================================================================
--- trunk/freenet/src/freenet/node/IPDetectorPluginManager.java 2008-04-19 
16:39:26 UTC (rev 19429)
+++ trunk/freenet/src/freenet/node/IPDetectorPluginManager.java 2008-04-19 
16:40:24 UTC (rev 19430)
@@ -283,7 +283,7 @@
         * is one, and if it is necessary to do so. */
        void start() {
                // Cannot be initialized until UserAlertManager has been 
created.
-               proxyAlert = new ProxyUserAlert(node.clientCore.alerts, true);
+               proxyAlert = new ProxyUserAlert(node.clientCore.alerts, false);
                node.clientCore.alerts.register(portForwardAlert);
                started = true;
                tryMaybeRun();


Reply via email to