-fix 'adiomix' ;) in audioplayer

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@878 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
satbaby
2010-11-01 14:04:30 +00:00
parent c749663da6
commit c9b6dd030f

View File

@@ -237,7 +237,7 @@ CAudioPlayerGui::~CAudioPlayerGui()
m_radiolist.clear(); m_radiolist.clear();
m_filelist.clear(); m_filelist.clear();
m_title2Pos.clear(); m_title2Pos.clear();
g_Zapit->setStandby (false); // g_Zapit->setStandby (false);
g_Sectionsd->setPauseScanning (false); g_Sectionsd->setPauseScanning (false);
} }
@@ -298,8 +298,8 @@ int CAudioPlayerGui::exec(CMenuTarget* parent, const std::string &)
if (usedBackground) if (usedBackground)
m_frameBuffer->saveBackgroundImage(); m_frameBuffer->saveBackgroundImage();
// set zapit in standby mode // set zapit in lock mode
g_Zapit->stopPlayBack(); g_Zapit->lockPlayBack();
videoDecoder->ShowPicture(DATADIR "/neutrino/icons/mp3.jpg"); videoDecoder->ShowPicture(DATADIR "/neutrino/icons/mp3.jpg");
@@ -327,10 +327,10 @@ int CAudioPlayerGui::exec(CMenuTarget* parent, const std::string &)
if (system(AUDIOPLAYER_END_SCRIPT) != 0) if (system(AUDIOPLAYER_END_SCRIPT) != 0)
perror("Datei " AUDIOPLAYER_END_SCRIPT " fehlt. Bitte erstellen, wenn gebraucht.\nFile " AUDIOPLAYER_END_SCRIPT " not found. Please create if needed.\n"); perror("Datei " AUDIOPLAYER_END_SCRIPT " fehlt. Bitte erstellen, wenn gebraucht.\nFile " AUDIOPLAYER_END_SCRIPT " not found. Please create if needed.\n");
g_Zapit->unlockPlayBack();
// Start Sectionsd // Start Sectionsd
g_Sectionsd->setPauseScanning(false); g_Sectionsd->setPauseScanning(false);
videoDecoder->StopPicture(); videoDecoder->StopPicture();
CNeutrinoApp::getInstance()->handleMsg( NeutrinoMessages::CHANGEMODE , m_LastMode ); CNeutrinoApp::getInstance()->handleMsg( NeutrinoMessages::CHANGEMODE , m_LastMode );
g_RCInput->postMsg( NeutrinoMessages::SHOW_INFOBAR, 0 ); g_RCInput->postMsg( NeutrinoMessages::SHOW_INFOBAR, 0 );