mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 01:11:06 +02:00
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
Origin commit data
------------------
Branch: ni/coolstream
Commit: 897a8293cd
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2011-12-08 (Thu, 08 Dec 2011)
------------------
This commit was generated by Migit
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user