win32: sync project files and fixed compilation warnings.
[deb_libcec.git] / src / lib / CECClient.cpp
index 30723fe6dfb5bd71365454e27b9b6a51b0062537..9e69d0d7fef1527978ba341bf37ab2d654bf7ba1 100644 (file)
@@ -870,7 +870,7 @@ bool CCECClient::SetConfiguration(const libcec_configuration *configuration)
   else if (m_configuration.bActivateSource == 1 && bIsRunning && !m_processor->IsActiveSource(m_configuration.logicalAddresses.primary))
   {
     // activate the source if we're not already the active source
-    m_processor->SetActiveSource(m_configuration.deviceTypes.types[0]);
+    SendSetActiveSource(m_configuration.deviceTypes.types[0]);
   }
 
   // persist the configuration