mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +02:00
- timerlist: allow RC_timer or RC_program to leave timerlist
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -893,6 +893,7 @@ int CTimerList::show()
|
|||||||
(msg == CRCInput::RC_timeout)
|
(msg == CRCInput::RC_timeout)
|
||||||
|| (msg == CRCInput::RC_home)
|
|| (msg == CRCInput::RC_home)
|
||||||
|| (msg == CRCInput::RC_left)
|
|| (msg == CRCInput::RC_left)
|
||||||
|
|| (msg == CRCInput::RC_timer || msg == CRCInput::RC_program)
|
||||||
|| (msg == CRCInput::RC_ok && timerlist.empty())
|
|| (msg == CRCInput::RC_ok && timerlist.empty())
|
||||||
)
|
)
|
||||||
{ //Exit after timeout or cancel key
|
{ //Exit after timeout or cancel key
|
||||||
|
Reference in New Issue
Block a user