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
This commit is contained in:
seife
2011-06-04 17:54:02 +00:00
parent 57caff6485
commit c402bd9495

View File

@@ -990,7 +990,7 @@ void CMoviePlayerGui::PlayFile(void)
playback->SetSpeed(speed); playback->SetSpeed(speed);
} }
if (!timeshift) 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) { } else if (msg == (neutrino_msg_t) g_settings.mpkey_bookmark) {
// is there already a bookmark activity? // is there already a bookmark activity?
@@ -1122,7 +1122,7 @@ void CMoviePlayerGui::PlayFile(void)
update_lcd = true; update_lcd = true;
if (!timeshift) 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 (!FileTime.IsVisible()) {
if (g_settings.mode_clock) if (g_settings.mode_clock)