Author: toad
Date: 2007-06-27 22:56:03 +0000 (Wed, 27 Jun 2007)
New Revision: 13789

Modified:
   trunk/freenet/src/freenet/clients/http/DarknetConnectionsToadlet.java
Log:
Doh

Modified: trunk/freenet/src/freenet/clients/http/DarknetConnectionsToadlet.java
===================================================================
--- trunk/freenet/src/freenet/clients/http/DarknetConnectionsToadlet.java       
2007-06-27 22:54:06 UTC (rev 13788)
+++ trunk/freenet/src/freenet/clients/http/DarknetConnectionsToadlet.java       
2007-06-27 22:56:03 UTC (rev 13789)
@@ -279,7 +279,7 @@
                        if (numberOfClockProblem > 0) {
                                HTMLNode peerStatsListenOnlyListItem = 
peerStatsList.addChild("li").addChild("span");
                                peerStatsListenOnlyListItem.addChild("span", 
new String[] { "class", "title", "style" }, new String[] { 
"peer_clock_problem", l10n("clockProblem"), "border-bottom: 1px dotted; cursor: 
help;" }, l10n("clockProblemShort"));
-                               peerStatsListenOnlyListItem.addChild("span", 
":\u00a0" + numberOfListenOnly);
+                               peerStatsListenOnlyListItem.addChild("span", 
":\u00a0" + numberOfClockProblem);
                        }

                        // Peer routing backoff reason box


Reply via email to