From: Lars Op den Kamp Date: Thu, 26 Apr 2012 12:11:57 +0000 (+0200) Subject: cec: don't call the deprecated SetActiveView() method in cec-client X-Git-Tag: upstream/2.2.0~1^2~29^2^2~19 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;ds=inline;h=ada3007c11edf955957a5ffe0b26775ad5ec251e;p=deb_libcec.git cec: don't call the deprecated SetActiveView() method in cec-client --- 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; }