Pass reference to showMovieTitle; Fix function name

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1959 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
focus
2011-12-08 16:26:08 +00:00
parent 01bebde87a
commit 897a8293cd
3 changed files with 9 additions and 9 deletions

View File

@@ -1353,7 +1353,7 @@ void CMoviePlayerGui::callInfoViewer(const std::string & epg_title, const std::s
const std::string & epg_channel, const int duration, const int curr_pos)
{
if (isMovieBrowser) {
g_InfoViewer->showMovieTitle(playstate, epg_channel.c_str(), epg_title, epg_info1,
g_InfoViewer->showMovieTitle(playstate, epg_channel, epg_title, epg_info1,
duration, curr_pos);
return;
}