- eventlist: re-add RC_0 to execute timerlist, because CST-hardware has no RC_timer key

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2018-03-11 22:44:48 +01:00
committed by Thilo Graf
parent 03747e5f86
commit 82ac230c6a

View File

@@ -595,7 +595,7 @@ int CEventList::exec(const t_channel_id channel_id, const std::string& channelna
exec(_channel_id, current_channel_name, prev_channel_name, next_channel_name);
}
}
else if (msg == CRCInput::RC_timer || msg == CRCInput::RC_program)
else if (msg == CRCInput::RC_timer || msg == CRCInput::RC_program || msg == CRCInput::RC_0)
{
hide();
@@ -1054,7 +1054,7 @@ void CEventList::paintFoot(t_channel_id channel_id)
buttons[btn_cnt].locale = LOCALE_EPGPLUS_HEAD;
btn_cnt++;
buttons[btn_cnt].button = NEUTRINO_ICON_BUTTON_TIMER;
buttons[btn_cnt].button = g_info.hw_caps->has_button_timer ? NEUTRINO_ICON_BUTTON_TIMER : NEUTRINO_ICON_BUTTON_0;
buttons[btn_cnt].locale = LOCALE_TIMERLIST_NAME;
btn_cnt++;
#endif