From c1eb85c1fee624b2b4152f4b33ab475911da64fc Mon Sep 17 00:00:00 2001 From: Oleg Krasilnikov Date: Thu, 5 Apr 2007 13:32:42 +0000 Subject: [PATCH] "enabledWhen" fix --- core/org.eclipse.cdt.ui/plugin.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/org.eclipse.cdt.ui/plugin.xml b/core/org.eclipse.cdt.ui/plugin.xml index 6b333a5db28..b7fb3cde4d1 100644 --- a/core/org.eclipse.cdt.ui/plugin.xml +++ b/core/org.eclipse.cdt.ui/plugin.xml @@ -1900,7 +1900,7 @@ class="org.eclipse.cdt.ui.newui.PropertyTester" namespace="org.eclipse.cdt.ui" properties="toolEditEnabled" - type="org.eclipse.core.runtime.IAdaptable"/> + type="java.lang.Object"/>