mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 23:42:58 +02:00
- hintbox: fix hardcoded keys
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -288,7 +288,7 @@ int CHintBox::exec()
|
|||||||
res = messages_return::handled;
|
res = messages_return::handled;
|
||||||
break;
|
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;
|
res = messages_return::cancel_all;
|
||||||
g_RCInput->postMsg(msg, data);
|
g_RCInput->postMsg(msg, data);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user