added ActivateSource action to cectray
[deb_libcec.git] / src / LibCecTray / ui / DeviceInformation.cs
index 581a41797fb8ff189431bfea849d33374aabea86..1feed3bef862357e73980d1c2968af5ec255f98a 100644 (file)
@@ -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)