Author: nextgens
Date: 2006-09-04 16:17:49 +0000 (Mon, 04 Sep 2006)
New Revision: 10388

Modified:
   trunk/freenet/src/freenet/clients/http/QueueToadlet.java
Log:
doh

Modified: trunk/freenet/src/freenet/clients/http/QueueToadlet.java
===================================================================
--- trunk/freenet/src/freenet/clients/http/QueueToadlet.java    2006-09-04 
16:11:25 UTC (rev 10387)
+++ trunk/freenet/src/freenet/clients/http/QueueToadlet.java    2006-09-04 
16:17:49 UTC (rev 10388)
@@ -567,7 +567,7 @@

                if (!uncompletedDirUpload.isEmpty()) {
                        contentNode.addChild("a", "name", 
"uncompletedDirUpload");
-                       HTMLNode uncompletedInfobox = 
contentNode.addChild(pageMaker.getInfobox("requests_in_progress", "In Progress: 
DirUploads (" + uncompletedDownload.size() + ")"));
+                       HTMLNode uncompletedInfobox = 
contentNode.addChild(pageMaker.getInfobox("requests_in_progress", "In Progress: 
DirUploads (" + uncompletedDirUpload.size() + ")"));
                        HTMLNode uncompletedContent = 
pageMaker.getContentNode(uncompletedInfobox);
                        if (advancedEnabled) {
                                
uncompletedContent.addChild(createRequestTable(pageMaker, uncompletedDirUpload, 
new int[] { LIST_IDENTIFIER, LIST_FILES, LIST_PRIORITY, LIST_TOTAL_SIZE, 
LIST_PROGRESS, LIST_PERSISTENCE, LIST_KEY }));


Reply via email to