1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-21 16:05:25 +02:00

Bug 242355 - Action "Open Disassembly" is enabled when it should not

This commit is contained in:
Anton Leherbauer 2008-07-29 11:29:24 +00:00
parent 475e923db6
commit 8e70b3930f

View file

@ -97,7 +97,7 @@
relationship="stack">
</view>
<viewShortcut
id="org.eclipse.cdt.debug.internal.ui.views.executables.ExecutablesView">
id="org.eclipse.cdt.debug.ui.executablesView">
</viewShortcut>
<actionSet
id="org.eclipse.cdt.debug.ui.debugActionSet">
@ -1678,7 +1678,9 @@
tooltip="%OpenDisassembly.tooltip">
<visibleWhen
checkEnabled="false">
<iterate>
<iterate
ifEmpty="false"
operator="or">
<adapt
type="org.eclipse.cdt.debug.core.disassembly.IDisassemblyContextProvider">
</adapt>