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

Origin commit data
------------------
Commit: 8e5ef986fa
Author: martii <m4rtii@gmx.de>
Date: 2014-04-19 (Sat, 19 Apr 2014)
This commit is contained in:
martii
2014-04-19 10:25:41 +02:00
committed by Jacek Jendrzej
parent 4f228f6519
commit 35bef72351

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();