From 5cfb4f1bcd653f3fc6f5d90538b17aaed7bad551 Mon Sep 17 00:00:00 2001 From: svenhoefer Date: Thu, 8 Jan 2015 12:21:28 +0100 Subject: [PATCH] - neutrino: fix axtionkey "standby" --- src/neutrino.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/neutrino.cpp b/src/neutrino.cpp index b013cdc76..9e63b5589 100644 --- a/src/neutrino.cpp +++ b/src/neutrino.cpp @@ -3882,7 +3882,10 @@ int CNeutrinoApp::exec(CMenuTarget* parent, const std::string & actionKey) else if(actionKey == "channels") return showChannelList(CRCInput::RC_ok, true); else if(actionKey == "standby") + { g_RCInput->postMsg(NeutrinoMessages::STANDBY_ON, 0); + return menu_return::RETURN_EXIT_ALL; + } else if(actionKey == "easyswitch") { INFO("easyswitch\n"); CParentalSetup pin;