mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 15:02:50 +02:00
hintbox: fix hardcoded keys
Origin commit data
------------------
Branch: ni/coolstream
Commit: fbbdf0c29b
Author: vanhofen <vanhofen@gmx.de>
Date: 2021-03-15 (Mon, 15 Mar 2021)
Origin message was:
------------------
- hintbox: fix hardcoded keys
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -288,7 +288,7 @@ int CHintBox::exec()
|
||||
res = messages_return::handled;
|
||||
break;
|
||||
}
|
||||
else if((msg == CRCInput::RC_next) || (msg == CRCInput::RC_prev)) {
|
||||
else if ((msg == (neutrino_msg_t) g_settings.key_next43mode) || (msg == (neutrino_msg_t) g_settings.key_switchformat)) {
|
||||
res = messages_return::cancel_all;
|
||||
g_RCInput->postMsg(msg, data);
|
||||
}
|
||||
|
Reference in New Issue
Block a user