CPluginList::exec: Add CRCInput::RC_setup to exit all menus

Origin commit data
------------------
Branch: ni/coolstream
Commit: c745b636f8
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2014-02-28 (Fri, 28 Feb 2014)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Michael Liebmann
2014-02-28 00:00:41 +01:00
parent badc4d7097
commit a5753c9476

View File

@@ -246,6 +246,11 @@ int CPluginList::exec(CMenuTarget* parent, const std::string & /*actionKey*/)
g_RCInput->postMsg(msg, data);
loop=false;
}
else if ( msg == CRCInput::RC_setup )
{
loop = false;
res = menu_return::RETURN_EXIT_ALL;
}
else if ( CNeutrinoApp::getInstance()->handleMsg(msg, data) & messages_return::cancel_all )
{
loop = false;