From: Lars Op den Kamp Date: Mon, 28 Nov 2011 20:33:29 +0000 (+0100) Subject: cec: forgot to rename a call in the previous commit X-Git-Tag: upstream/2.2.0~1^2~44^2~84 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=8fb8355c96c7dbb3b9e247ff43f9b16f5c62ae7f;p=deb_libcec.git cec: forgot to rename a call in the previous commit --- diff --git a/src/lib/LibCEC.cpp b/src/lib/LibCEC.cpp index 5247487..b81d24b 100644 --- a/src/lib/LibCEC.cpp +++ b/src/lib/LibCEC.cpp @@ -203,7 +203,7 @@ bool CLibCEC::SetDeckInfo(cec_deck_info info, bool bSendUpdate /* = true */) bool CLibCEC::SetInactiveView(void) { - return m_cec ? m_cec->SetInactiveView() : false; + return m_cec ? m_cec->TransmitInactiveSource() : false; } bool CLibCEC::SetMenuState(cec_menu_state state, bool bSendUpdate /* = true */)