Skip to main content
summaryrefslogtreecommitdiffstats
path: root/debug
diff options
context:
space:
mode:
authorJohn Cortell2009-04-22 19:05:16 +0000
committerJohn Cortell2009-04-22 19:05:16 +0000
commit542c0423172163596416aa8a6e7b0949a6eb71cc (patch)
treea03be87024c14188f0dcbad2498a06a682c80019 /debug
parentf789f8b6d1455de9a6bb6234bea854d16355bd6d (diff)
downloadorg.eclipse.cdt-542c0423172163596416aa8a6e7b0949a6eb71cc.tar.gz
org.eclipse.cdt-542c0423172163596416aa8a6e7b0949a6eb71cc.tar.xz
org.eclipse.cdt-542c0423172163596416aa8a6e7b0949a6eb71cc.zip
Fixed 273306. Correct enablement of Variables view action contributions. The 'enablesFor=1' is not appropriate for the Add Global Variables action. Thhat action does not use the viewers selection as context.
Diffstat (limited to 'debug')
-rw-r--r--debug/org.eclipse.cdt.debug.ui/plugin.xml2
1 files changed, 0 insertions, 2 deletions
diff --git a/debug/org.eclipse.cdt.debug.ui/plugin.xml b/debug/org.eclipse.cdt.debug.ui/plugin.xml
index db51aa8ceff..bed9b43c6db 100644
--- a/debug/org.eclipse.cdt.debug.ui/plugin.xml
+++ b/debug/org.eclipse.cdt.debug.ui/plugin.xml
@@ -757,7 +757,6 @@
</action>
<action
helpContextId="add_globals_action_context"
- enablesFor="1"
label="%AddGlobalsAction.label"
class="org.eclipse.cdt.debug.internal.ui.actions.AddGlobalsActionDelegate"
icon="icons/elcl16/watch_globals.gif"
@@ -1143,7 +1142,6 @@
<action
helpContextId="add_globals_action_context"
disabledIcon="icons/dlcl16/watch_globals.gif"
- enablesFor="1"
toolbarPath="additions"
label="%AddGlobalsAction.label"
tooltip="%AddGlobalsAction.tooltip"

Back to the top