mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +02:00
- change RC_back handling; its not longer translated to RC_home
Conflicts: src/gui/hdd_info.cpp src/neutrino.cpp Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -315,7 +315,7 @@ int CTestMenu::exec(CMenuTarget *parent, const std::string &actionKey)
|
||||
while (1)
|
||||
{
|
||||
g_RCInput->getMsg(&msg, &data, 100);
|
||||
if (msg == CRCInput::RC_home)
|
||||
if (CNeutrinoApp::getInstance()->backKey(msg))
|
||||
break;
|
||||
|
||||
if (msg != CRCInput::RC_timeout && msg <= CRCInput::RC_MaxRC)
|
||||
|
Reference in New Issue
Block a user