cec: forgot to rename a call in the previous commit
[deb_libcec.git] / 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 */)