gui/movieplayer: show epg info in non-movieplayer modes, too

Origin commit data
------------------
Branch: ni/coolstream
Commit: 8e5ef986fa
Author: martii <m4rtii@gmx.de>
Date: 2014-04-19 (Sat, 19 Apr 2014)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
martii
2014-04-19 10:25:41 +02:00
committed by Jacek Jendrzej
parent ecf30282c9
commit 23f5f8cec0

View File

@@ -1284,7 +1284,7 @@ void CMoviePlayerGui::handleMovieBrowser(neutrino_msg_t msg, int /*position*/)
cSelectedMenuBookStart[5].selected = false; // clear for next bookmark menu
}
}
} else if (msg == NeutrinoMessages::SHOW_EPG && isMovieBrowser && p_movie_info) {
} else if (msg == NeutrinoMessages::SHOW_EPG && p_movie_info) {
bool restore = FileTime.IsVisible();
FileTime.kill();