mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 17:31:11 +02:00
adapt listModeKey() function to our code
Origin commit data
------------------
Branch: ni/coolstream
Commit: 9c2cb63adb
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-09-09 (Fri, 09 Sep 2016)
Origin message was:
------------------
- adapt listModeKey() function to our code
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -128,7 +128,9 @@ int CHDDInfoMenu::exec(CMenuTarget* parent, const std::string &actionKey)
|
|||||||
} else
|
} else
|
||||||
doLoop = false;
|
doLoop = false;
|
||||||
}
|
}
|
||||||
else if((msg == CRCInput::RC_sat) || (msg == CRCInput::RC_favorites)) {
|
else if (CNeutrinoApp::getInstance()->listModeKey(msg))
|
||||||
|
{
|
||||||
|
// do nothing
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
@@ -165,7 +165,7 @@ int CImageInfoNI::exec(CMenuTarget* parent, const std::string &)
|
|||||||
res = menu_return::RETURN_EXIT_ALL;
|
res = menu_return::RETURN_EXIT_ALL;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
else if((msg == CRCInput::RC_sat) || (msg == CRCInput::RC_favorites)) {
|
else if (CNeutrinoApp::getInstance()->listModeKey(msg)) {
|
||||||
g_RCInput->postMsg (msg, 0);
|
g_RCInput->postMsg (msg, 0);
|
||||||
res = menu_return::RETURN_EXIT_ALL;
|
res = menu_return::RETURN_EXIT_ALL;
|
||||||
break;
|
break;
|
||||||
|
Reference in New Issue
Block a user