From ada3007c11edf955957a5ffe0b26775ad5ec251e Mon Sep 17 00:00:00 2001 From: Lars Op den Kamp Date: Thu, 26 Apr 2012 14:11:57 +0200 Subject: [PATCH] cec: don't call the deprecated SetActiveView() method in cec-client --- src/testclient/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/testclient/main.cpp b/src/testclient/main.cpp index cb5903b..5899453 100644 --- a/src/testclient/main.cpp +++ b/src/testclient/main.cpp @@ -513,7 +513,7 @@ bool ProcessCommandAS(ICECAdapter *parser, const string &command, string & UNUSE { if (command == "as") { - parser->SetActiveView(); + parser->SetActiveSource(); return true; } -- 2.34.1