mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 17:01:08 +02:00
movieplayer: fix infobar display after pause/play
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1507 e54a6e83-5905-42d5-8d5c-058d10e6a962
Origin commit data
------------------
Branch: ni/coolstream
Commit: c402bd9495
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2011-06-04 (Sat, 04 Jun 2011)
------------------
This commit was generated by Migit
This commit is contained in:
@@ -990,7 +990,7 @@ void CMoviePlayerGui::PlayFile(void)
|
||||
playback->SetSpeed(speed);
|
||||
}
|
||||
if (!timeshift)
|
||||
callInfoViewer(p_movie_info->epgTitle, p_movie_info->epgInfo1, p_movie_info->epgChannel, position, duration);
|
||||
callInfoViewer(p_movie_info->epgTitle, p_movie_info->epgInfo1, p_movie_info->epgChannel, duration, position);
|
||||
|
||||
} else if (msg == (neutrino_msg_t) g_settings.mpkey_bookmark) {
|
||||
// is there already a bookmark activity?
|
||||
@@ -1122,7 +1122,7 @@ void CMoviePlayerGui::PlayFile(void)
|
||||
update_lcd = true;
|
||||
|
||||
if (!timeshift)
|
||||
callInfoViewer(p_movie_info->epgTitle, p_movie_info->epgInfo1, p_movie_info->epgChannel, position, duration);
|
||||
callInfoViewer(p_movie_info->epgTitle, p_movie_info->epgInfo1, p_movie_info->epgChannel, duration, position);
|
||||
|
||||
if (!FileTime.IsVisible()) {
|
||||
if (g_settings.mode_clock)
|
||||
|
Reference in New Issue
Block a user