mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-25 01:45:33 +02:00
Bug 436879 - 'connect' button sometimes disabled when it shouldn't be
Change-Id: I1912ed6fa5fe7930b8af075e92aa3acf66645eb6 Reviewed-on: https://git.eclipse.org/r/28341 Reviewed-by: Anton Leherbauer <anton.leherbauer@windriver.com> Tested-by: Hudson CI Reviewed-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com> Tested-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
This commit is contained in:
parent
5292097296
commit
43e5ce87e6
1 changed files with 2 additions and 2 deletions
|
@ -2126,14 +2126,14 @@
|
|||
<handler
|
||||
class="org.eclipse.cdt.debug.internal.ui.commands.ConnectCommandHandler"
|
||||
commandId="org.eclipse.cdt.debug.ui.command.connect">
|
||||
<activeWhen>
|
||||
<enabledWhen>
|
||||
<with variable="org.eclipse.core.runtime.Platform">
|
||||
<test property="org.eclipse.core.runtime.bundleState"
|
||||
args="org.eclipse.cdt.debug.ui"
|
||||
value="ACTIVE">
|
||||
</test>
|
||||
</with>
|
||||
</activeWhen>
|
||||
</enabledWhen>
|
||||
</handler>
|
||||
<handler
|
||||
class="org.eclipse.cdt.debug.internal.ui.commands.DebugNewExecutableHandler"
|
||||
|
|
Loading…
Add table
Reference in a new issue