gui/movieplayer.cpp: while starting file play, process neutrino events

This commit is contained in:
[CST] Focus
2014-04-25 17:20:03 +04:00
parent e38ba51a18
commit 4fffe08d4b

View File

@@ -474,6 +474,8 @@ void *CMoviePlayerGui::ShowStartHint(void *arg)
if (msg == CRCInput::RC_home || msg == CRCInput::RC_stop) {
if(caller->playback)
caller->playback->RequestAbort();
} else if (msg != CRCInput::RC_timeout && msg > CRCInput::RC_MaxRC) {
CNeutrinoApp::getInstance()->handleMsg(msg, data);
}
}
if(hintbox != NULL){