Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUwe Stieber2012-02-03 10:18:20 +0000
committerUwe Stieber2012-02-03 10:18:20 +0000
commit1e224895208b7ed201f6c4132bc1c5ee63e6ea5c (patch)
treeeebcdba14e82543b48cd3dd4061898887222bc60 /target_explorer
parentd9b8c9b5d66b0315e3fe1d2608b985eabf29af6f (diff)
downloadorg.eclipse.tcf-1e224895208b7ed201f6c4132bc1c5ee63e6ea5c.tar.gz
org.eclipse.tcf-1e224895208b7ed201f6c4132bc1c5ee63e6ea5c.tar.xz
org.eclipse.tcf-1e224895208b7ed201f6c4132bc1c5ee63e6ea5c.zip
Target Explorer: Fix hasChildren of non-root content contributions not called reliable enough
Diffstat (limited to 'target_explorer')
-rw-r--r--target_explorer/plugins/org.eclipse.tcf.te.ui.views/plugin.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/target_explorer/plugins/org.eclipse.tcf.te.ui.views/plugin.xml b/target_explorer/plugins/org.eclipse.tcf.te.ui.views/plugin.xml
index 54d1e8b85..197133a18 100644
--- a/target_explorer/plugins/org.eclipse.tcf.te.ui.views/plugin.xml
+++ b/target_explorer/plugins/org.eclipse.tcf.te.ui.views/plugin.xml
@@ -50,6 +50,10 @@
name="org.eclipse.ui.navigator.hideLinkWithEditorAction"
value="true">
</property>
+ <property
+ name="org.eclipse.ui.navigator.enforceHasChildren"
+ value="true">
+ </property>
</options>
</viewer>

Back to the top