Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamantha Chan2006-04-18 19:18:28 +0000
committerSamantha Chan2006-04-18 19:18:28 +0000
commit9e903502052fb12486e329568a542f8d82683fc1 (patch)
tree11f1dc6c83e0ee6ba2ae69e2b43ac74d731e1afa /org.eclipse.debug.ui/plugin.xml
parent1c0ae64cf51ce9badafb542e29d858966d62ab07 (diff)
downloadeclipse.platform.debug-9e903502052fb12486e329568a542f8d82683fc1.tar.gz
eclipse.platform.debug-9e903502052fb12486e329568a542f8d82683fc1.tar.xz
eclipse.platform.debug-9e903502052fb12486e329568a542f8d82683fc1.zip
Bug 128289 - [memory view] added mem block not selected in mem view tree
Diffstat (limited to 'org.eclipse.debug.ui/plugin.xml')
-rw-r--r--org.eclipse.debug.ui/plugin.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.debug.ui/plugin.xml b/org.eclipse.debug.ui/plugin.xml
index 2b74d9c56..58a014778 100644
--- a/org.eclipse.debug.ui/plugin.xml
+++ b/org.eclipse.debug.ui/plugin.xml
@@ -754,7 +754,7 @@
icon="$nl$/icons/full/elcl16/pin.gif"
id="org.eclipse.debug.ui.PinMemoryBlockAction"
label="%PinMemoryBlockAction.label"
- state="true"
+ state="false"
style="toggle"
toolbarPath="additions"
tooltip="%PinMemoryBlockAction.label"/>

Back to the top