mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-08 02:06:01 +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>
(cherry picked from commit 43e5ce87e6
)
Reviewed-on: https://git.eclipse.org/r/28359
Reviewed-by: Marc Dumais <marc.dumais@ericsson.com>
Tested-by: Marc Dumais <marc.dumais@ericsson.com>
This commit is contained in:
parent
7672ba3b84
commit
d642797a86
1 changed files with 2 additions and 2 deletions
|
@ -2126,14 +2126,14 @@
|
||||||
<handler
|
<handler
|
||||||
class="org.eclipse.cdt.debug.internal.ui.commands.ConnectCommandHandler"
|
class="org.eclipse.cdt.debug.internal.ui.commands.ConnectCommandHandler"
|
||||||
commandId="org.eclipse.cdt.debug.ui.command.connect">
|
commandId="org.eclipse.cdt.debug.ui.command.connect">
|
||||||
<activeWhen>
|
<enabledWhen>
|
||||||
<with variable="org.eclipse.core.runtime.Platform">
|
<with variable="org.eclipse.core.runtime.Platform">
|
||||||
<test property="org.eclipse.core.runtime.bundleState"
|
<test property="org.eclipse.core.runtime.bundleState"
|
||||||
args="org.eclipse.cdt.debug.ui"
|
args="org.eclipse.cdt.debug.ui"
|
||||||
value="ACTIVE">
|
value="ACTIVE">
|
||||||
</test>
|
</test>
|
||||||
</with>
|
</with>
|
||||||
</activeWhen>
|
</enabledWhen>
|
||||||
</handler>
|
</handler>
|
||||||
<handler
|
<handler
|
||||||
class="org.eclipse.cdt.debug.internal.ui.commands.DebugNewExecutableHandler"
|
class="org.eclipse.cdt.debug.internal.ui.commands.DebugNewExecutableHandler"
|
||||||
|
|
Loading…
Add table
Reference in a new issue