Author: ssenrogn
Date: 2008-01-30 10:01:40 +0100 (Wed, 30 Jan 2008)
New Revision: 6064

Modified:
   
branches/2.16/view-control-spi/src/main/java/no/sesat/search/view/navigation/NavigationManager.java
Log:
I don't think it's correct to use the out-parameter here...

Modified: 
branches/2.16/view-control-spi/src/main/java/no/sesat/search/view/navigation/NavigationManager.java
===================================================================
--- 
branches/2.16/view-control-spi/src/main/java/no/sesat/search/view/navigation/NavigationManager.java
 2008-01-29 22:19:34 UTC (rev 6063)
+++ 
branches/2.16/view-control-spi/src/main/java/no/sesat/search/view/navigation/NavigationManager.java
 2008-01-30 09:01:40 UTC (rev 6064)
@@ -113,7 +113,7 @@
                 // TODO: SEARCH-4105 - put this logic somewhere else to make 
things faster.
                 
                 // Overriding the tab with the one defined in the config.
-                if ("c".equals(parameterName) && nav.isOut() && null != 
nav.getTab()) {
+                if ("c".equals(parameterName) && null != nav.getTab()) {
                     return nav.getTab();
                 }
 

_______________________________________________
Kernel-commits mailing list
[email protected]
http://sesat.no/mailman/listinfo/kernel-commits

Reply via email to