cec: transmit the menu state when activating the panasonic handler
[deb_libcec.git] / src / lib / implementations / VLCommandHandler.cpp
index 6a6bad2a50d168ded8a8b0656bb7502626f036bc..8153792d083fc18ebccedeb5964faa44bf94b028 100644 (file)
@@ -50,5 +50,6 @@ bool CVLCommandHandler::InitHandler(void)
   {
     return m_processor->ChangeDeviceType(CEC_DEVICE_TYPE_RECORDING_DEVICE, CEC_DEVICE_TYPE_PLAYBACK_DEVICE);
   }
+  m_busDevice->TransmitMenuState(CECDEVICE_TV);
   return CCECCommandHandler::InitHandler();
 }