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

Origin commit data
------------------
Branch: ni/coolstream
Commit: c06c984df0
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-03-11 (Sun, 11 Mar 2018)

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

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2018-03-11 22:44:48 +01:00
parent 2b42c72182
commit b628f6d4de

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();
@@ -1058,7 +1058,7 @@ void CEventList::paintFoot(t_channel_id channel_id)
btn_cnt++;
//NI timerlist button
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++;