From: Lars Op den Kamp Date: Sun, 7 Oct 2012 19:05:26 +0000 (+0200) Subject: fixed typo that disabled the start application button in the ui X-Git-Tag: upstream/2.2.0~1^2~17^2^2~13 X-Git-Url: https://git.piment-noir.org/?p=deb_libcec.git;a=commitdiff_plain;h=3d15aebf1352c57b6c07b9df63ef189f8dd76e10 fixed typo that disabled the start application button in the ui --- diff --git a/src/LibCecTray/controller/applications/ApplicationController.cs b/src/LibCecTray/controller/applications/ApplicationController.cs index f36bd6a..7d0b23d 100644 --- a/src/LibCecTray/controller/applications/ApplicationController.cs +++ b/src/LibCecTray/controller/applications/ApplicationController.cs @@ -208,7 +208,7 @@ namespace LibCECTray.controller.applications ApplicationRunningChanged(isRunning); _applicationRunning = isRunning; - UiControl.SetStartButtonEnabled(isRunning && !SuppressApplicationStart); + UiControl.SetStartButtonEnabled(!isRunning && !SuppressApplicationStart); } #endregion