Author: nextgens
Date: 2006-07-29 12:38:31 +0000 (Sat, 29 Jul 2006)
New Revision: 9805
Modified:
trunk/freenet/src/freenet/clients/http/QueueToadlet.java
Log:
resolves #408 (a typo on /queue)
Modified: trunk/freenet/src/freenet/clients/http/QueueToadlet.java
===================================================================
--- trunk/freenet/src/freenet/clients/http/QueueToadlet.java 2006-07-29
12:24:34 UTC (rev 9804)
+++ trunk/freenet/src/freenet/clients/http/QueueToadlet.java 2006-07-29
12:38:31 UTC (rev 9805)
@@ -244,7 +244,7 @@
if(!completedUpload.isEmpty()) {
if
(node.getToadletContainer().isAdvancedDarknetEnabled())
- writeTableHead("Completed uploads", new
String[] { "", "Identifier", "Filename", "Size", "MIME-Type", "Persistence",
"Identifier" }, buf);
+ writeTableHead("Completed uploads", new
String[] { "", "Identifier", "Filename", "Size", "MIME-Type", "Persistence",
"Key" }, buf);
else
writeTableHead("Completed uploads", new
String[] { "", "Filename", "Size", "MIME-Type", "Persistence", "Key" }, buf);
for(Iterator
i=completedUpload.iterator();i.hasNext();) {