mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-13 08:23:45 +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:
@@ -1161,7 +1161,7 @@ int CMovieBrowser::exec(const char* path)
|
||||
hintBox.hide();
|
||||
}
|
||||
}
|
||||
else if (msg == CRCInput::RC_home)
|
||||
else if (CNeutrinoApp::getInstance()->backKey(msg))
|
||||
{
|
||||
loop = false;
|
||||
}
|
||||
@@ -2169,7 +2169,7 @@ bool CMovieBrowser::onButtonPressMainFrame(neutrino_msg_t msg)
|
||||
}
|
||||
}
|
||||
}
|
||||
else if (msg == CRCInput::RC_home)
|
||||
else if (CNeutrinoApp::getInstance()->backKey(msg))
|
||||
{
|
||||
if (m_settings.gui == MB_GUI_FILTER)
|
||||
onSetGUIWindow(MB_GUI_MOVIE_INFO);
|
||||
|
Reference in New Issue
Block a user