cec: don't call the deprecated SetActiveView() method in cec-client
[deb_libcec.git] / src / testclient / main.cpp
index cb5903bcc8e7a9184acedf4be7a1fa1cb4ba45cf..58994531bf8d1f7d28708fd679f5f5d01b26cb76 100644 (file)
@@ -513,7 +513,7 @@ bool ProcessCommandAS(ICECAdapter *parser, const string &command, string & UNUSE
 {
   if (command == "as")
   {
-    parser->SetActiveView();
+    parser->SetActiveSource();
     return true;
   }