Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Rennie2012-02-15 18:26:49 +0000
committerMike Rennie2012-02-15 18:26:49 +0000
commited185483add935843273bb087d1782e4497effc3 (patch)
treec545d2c89c7dcf59c31ae054cc69e1a1fdf29f36
parent9d517595d3e2881602641a8c14a72e1b826bbe02 (diff)
downloadeclipse.platform.debug-ed185483add935843273bb087d1782e4497effc3.tar.gz
eclipse.platform.debug-ed185483add935843273bb087d1782e4497effc3.tar.xz
eclipse.platform.debug-ed185483add935843273bb087d1782e4497effc3.zip
Bug 371131 - Quick Access causes StackOverflowError when run from
'Breakpoints' view in I20120208-2200
-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 3562d3e8d..36afd2bc1 100644
--- a/org.eclipse.debug.ui/plugin.xml
+++ b/org.eclipse.debug.ui/plugin.xml
@@ -762,7 +762,7 @@
</action>
<action
class="org.eclipse.debug.internal.ui.actions.breakpoints.BreakpointsCollapseAllAction"
- definitionId="org.eclipse.ui.navigate.expandAll"
+ definitionId="org.eclipse.ui.navigate.collapseAll"
helpContextId="breakpoints_collapse_all_action_context"
icon="$nl$/icons/full/elcl16/collapseall.gif"
id="org.eclipse.debug.ui.breakpointsView.toolbar.collapseAll"

Back to the top