mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-13 16:33:36 +02:00
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:
@@ -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++;
|
||||
|
||||
|
Reference in New Issue
Block a user