mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 00:11:14 +02:00
fix cpu locale, fix menu & descrete rc
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@783 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
@@ -3200,7 +3200,7 @@ _repeat:
|
||||
g_RCInput->postMsg(NeutrinoMessages::STANDBY_ON, 0);
|
||||
return messages_return::handled;
|
||||
}
|
||||
else if (msg == CRCInput::RC_standby_off) {
|
||||
else if ((msg == CRCInput::RC_standby_off) || (msg == CRCInput::RC_power_on)) {
|
||||
if (data == 0)
|
||||
g_RCInput->postMsg(NeutrinoMessages::STANDBY_OFF, 0);
|
||||
return messages_return::handled;
|
||||
|
Reference in New Issue
Block a user