mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 15:32:59 +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:
@@ -942,8 +942,8 @@ int CTimerList::show()
|
||||
loop = false;
|
||||
}
|
||||
else if (
|
||||
(msg == CRCInput::RC_timeout)
|
||||
|| (msg == CRCInput::RC_home)
|
||||
CNeutrinoApp::getInstance()->backKey(msg)
|
||||
|| (msg == CRCInput::RC_timeout)
|
||||
|| (msg == CRCInput::RC_left)
|
||||
|| (msg == CRCInput::RC_timer || msg == CRCInput::RC_program)
|
||||
|| (msg == CRCInput::RC_ok && timerlist.empty())
|
||||
|
Reference in New Issue
Block a user