cec: forgot to rename a call in the previous commit
authorLars Op den Kamp <lars@opdenkamp.eu>
Mon, 28 Nov 2011 20:33:29 +0000 (21:33 +0100)
committerLars Op den Kamp <lars@opdenkamp.eu>
Mon, 28 Nov 2011 20:33:29 +0000 (21:33 +0100)
src/lib/LibCEC.cpp

index 524748709feac1e0067742eb3bd0373f30a4c797..b81d24b9b5492fbe9091e468b80d23b34150ede3 100644 (file)
@@ -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 */)