From 53e061b73fd2b825fbe0becf10179e0bee164ab6 Mon Sep 17 00:00:00 2001 From: Uwe Stieber Date: Fri, 27 Apr 2012 14:46:38 +0200 Subject: Target Explorer: Fix category properties tester does not return result --- .../tcf/te/ui/views/internal/categories/CategoryPropertyTester.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target_explorer') diff --git a/target_explorer/plugins/org.eclipse.tcf.te.ui.views/src/org/eclipse/tcf/te/ui/views/internal/categories/CategoryPropertyTester.java b/target_explorer/plugins/org.eclipse.tcf.te.ui.views/src/org/eclipse/tcf/te/ui/views/internal/categories/CategoryPropertyTester.java index 3bb242c4f..0f2ea6a00 100644 --- a/target_explorer/plugins/org.eclipse.tcf.te.ui.views/src/org/eclipse/tcf/te/ui/views/internal/categories/CategoryPropertyTester.java +++ b/target_explorer/plugins/org.eclipse.tcf.te.ui.views/src/org/eclipse/tcf/te/ui/views/internal/categories/CategoryPropertyTester.java @@ -28,7 +28,7 @@ public class CategoryPropertyTester extends PropertyTester { public boolean test(final Object receiver, final String property, final Object[] args, final Object expectedValue) { if (receiver instanceof IStructuredSelection) { // Analyze the selection - testSelection((IStructuredSelection)receiver, property, args, expectedValue); + return testSelection((IStructuredSelection)receiver, property, args, expectedValue); } return false; } -- cgit v1.2.3