X-Git-Url: https://git.piment-noir.org/?p=deb_libcec.git;a=blobdiff_plain;f=src%2FLibCecTray%2Fui%2FDeviceInformation.cs;h=1feed3bef862357e73980d1c2968af5ec255f98a;hp=581a41797fb8ff189431bfea849d33374aabea86;hb=8fad0fe870edcd90e4788d8b56da80ab29c9e016;hpb=dd36a9277ed78c09ffbf195353dfcc078c73e806 diff --git a/src/LibCecTray/ui/DeviceInformation.cs b/src/LibCecTray/ui/DeviceInformation.cs index 581a417..1feed3b 100644 --- a/src/LibCecTray/ui/DeviceInformation.cs +++ b/src/LibCecTray/ui/DeviceInformation.cs @@ -72,7 +72,7 @@ namespace LibCECTray.ui { SetControlVisible(lInactiveSource, false); SetControlVisible(lActiveSource, true); - _controller.CECActions.ActivateSource(Address); + _controller.CECActions.SetStreamPath(Address); } private void LStandbyLinkClicked(object sender, LinkLabelLinkClickedEventArgs e)