mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 17:01:08 +02:00
prio for user keys
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@2156 e54a6e83-5905-42d5-8d5c-058d10e6a962
Origin commit data
------------------
Branch: ni/coolstream
Commit: fbef338a1d
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2012-03-20 (Tue, 20 Mar 2012)
------------------
This commit was generated by Migit
This commit is contained in:
@@ -560,11 +560,6 @@ void CMoviePlayerGui::PlayFile(void)
|
||||
playback->SetPosition(-10 * 1000);
|
||||
} else if (msg == CRCInput::RC_0) { // cancel bookmark jump
|
||||
handleMovieBrowser(CRCInput::RC_0, position);
|
||||
}
|
||||
else if (msg == CRCInput::RC_timeout) {
|
||||
// nothing
|
||||
} else if (msg == CRCInput::RC_sat || msg == CRCInput::RC_favorites) {
|
||||
//FIXME do nothing ?
|
||||
} else if (msg == CRCInput::RC_help || msg == CRCInput::RC_info) {
|
||||
callInfoViewer(duration, position);
|
||||
update_lcd = true;
|
||||
@@ -624,6 +619,10 @@ void CMoviePlayerGui::PlayFile(void)
|
||||
printf("CMoviePlayerGui::PlayFile: ZAPTO etc..\n");
|
||||
playstate = CMoviePlayerGui::STOPPED;
|
||||
g_RCInput->postMsg(msg, data);
|
||||
} else if (msg == CRCInput::RC_timeout) {
|
||||
// nothing
|
||||
} else if (msg == CRCInput::RC_sat || msg == CRCInput::RC_favorites) {
|
||||
//FIXME do nothing ?
|
||||
} else {
|
||||
if (CNeutrinoApp::getInstance()->handleMsg(msg, data) & messages_return::cancel_all) {
|
||||
printf("CMoviePlayerGui::PlayFile: neutrino handleMsg messages_return::cancel_all\n");
|
||||
|
Reference in New Issue
Block a user