gui/movieplayer.cpp, neutrino.cpp: fix inactivity timer -

do not stop playback to show cancel timer question
This commit is contained in:
[CST] Focus
2013-11-22 13:23:50 +04:00
parent 8a2185c32e
commit e2ae51ae84
2 changed files with 4 additions and 4 deletions

View File

@@ -799,7 +799,7 @@ void CMoviePlayerGui::PlayFile(void)
} else if ( msg == NeutrinoMessages::ZAPTO ||
msg == NeutrinoMessages::STANDBY_ON ||
msg == NeutrinoMessages::SHUTDOWN ||
msg == NeutrinoMessages::SLEEPTIMER) { // Exit for Record/Zapto Timers
((msg == NeutrinoMessages::SLEEPTIMER) && !data) ) { // Exit for Record/Zapto Timers
printf("CMoviePlayerGui::PlayFile: ZAPTO etc..\n");
if(msg != NeutrinoMessages::ZAPTO)
menu_ret = menu_return::RETURN_EXIT_ALL;