mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 17:01:08 +02:00
change RC_back handling; its not longer translated to RC_home
Origin commit data
------------------
Branch: ni/coolstream
Commit: b0c6332f44
Author: vanhofen <vanhofen@gmx.de>
Date: 2022-01-03 (Mon, 03 Jan 2022)
Origin message was:
------------------
- change RC_back handling; its not longer translated to RC_home
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -294,7 +294,8 @@ int CMovieCut::getInput()
|
||||
neutrino_msg_t msg;
|
||||
int retval = 0;
|
||||
g_RCInput->getMsg(&msg, &data, 1, false);
|
||||
if (msg == CRCInput::RC_home) {
|
||||
if (CNeutrinoApp::getInstance()->backKey(msg))
|
||||
{
|
||||
if (ShowMsg(LOCALE_MESSAGEBOX_INFO, LOCALE_MOVIECUT_CANCEL, CMsgBox::mbrNo, CMsgBox::mbYes | CMsgBox::mbNo) == CMsgBox::mbrYes)
|
||||
retval |= 4;
|
||||
}
|
||||
|
Reference in New Issue
Block a user