cec: fixed - copy the class member values of the old handler when creating a new...
[deb_libcec.git] / src / lib / CECClient.cpp
index e4033604aaa91593ee60e48882f3f503a9fdd31b..b0d7e188da38fd98a138214b6f5cb79c59e34f3c 100644 (file)
@@ -125,7 +125,7 @@ bool CCECClient::OnRegister(void)
 
   // make the primary device the active source if the option is set
   if (m_configuration.bActivateSource == 1)
-    GetPrimaryDevice()->ActivateSource();
+    GetPrimaryDevice()->ActivateSource(500);
 
   return true;
 }