[freenet-cvs] r11450 - trunk/apps/Thaw/src/thaw/plugins/queueWatcher

jflesch at freenetproject.org jflesch at freenetproject.org
Sat Dec 16 22:30:30 UTC 2006


Author: jflesch
Date: 2006-12-16 20:01:29 +0000 (Sat, 16 Dec 2006)
New Revision: 11450

Modified:
   trunk/apps/Thaw/src/thaw/plugins/queueWatcher/QueuePanel.java
Log:
Fix the fix

Modified: trunk/apps/Thaw/src/thaw/plugins/queueWatcher/QueuePanel.java
===================================================================
--- trunk/apps/Thaw/src/thaw/plugins/queueWatcher/QueuePanel.java	2006-12-16 19:56:00 UTC (rev 11449)
+++ trunk/apps/Thaw/src/thaw/plugins/queueWatcher/QueuePanel.java	2006-12-16 20:01:29 UTC (rev 11450)
@@ -153,7 +153,7 @@
 			rightClickMenu.add(delayItem);
 
 		/* this option can't work with localSocket == true */
-		if(!isForInsertionQueue && !Boolean.valueOf(core.getConfig().getValue("sameComputer")))
+		if(!isForInsertionQueue && !Boolean.valueOf(core.getConfig().getValue("sameComputer")).booleanValue())
 			rightClickMenu.add(downloadItem);
 
 		rightClickMenu.add(forceRestartItem);




More information about the cvs mailing list