mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-03 02:41:12 +02:00
timerlist: don't use rc_info with remotetimers; that doesn't work
Origin commit data
------------------
Branch: ni/coolstream
Commit: a03b7bcb1e
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-05-23 (Tue, 23 May 2017)
Origin message was:
------------------
- timerlist: don't use rc_info with remotetimers; that doesn't work
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -1042,7 +1042,7 @@ int CTimerList::show()
|
|||||||
CTimerd::responseGetTimer* timer=&timerlist[selected];
|
CTimerd::responseGetTimer* timer=&timerlist[selected];
|
||||||
if (timer!=NULL)
|
if (timer!=NULL)
|
||||||
{
|
{
|
||||||
if (timer->eventType == CTimerd::TIMER_RECORD || timer->eventType == CTimerd::TIMER_REMOTEBOX || timer->eventType == CTimerd::TIMER_ZAPTO)
|
if (timer->eventType == CTimerd::TIMER_RECORD || timer->eventType == CTimerd::TIMER_ZAPTO) //NI
|
||||||
{
|
{
|
||||||
hide();
|
hide();
|
||||||
if (timer->epgID != 0)
|
if (timer->epgID != 0)
|
||||||
@@ -1397,7 +1397,7 @@ void CTimerList::paintFoot()
|
|||||||
if (timer != NULL)
|
if (timer != NULL)
|
||||||
{
|
{
|
||||||
//replace info button with dummy if timer is not type REC or ZAP
|
//replace info button with dummy if timer is not type REC or ZAP
|
||||||
if (timer->eventType == CTimerd::TIMER_RECORD || timer->eventType == CTimerd::TIMER_REMOTEBOX || timer->eventType == CTimerd::TIMER_ZAPTO)
|
if (timer->eventType == CTimerd::TIMER_RECORD || timer->eventType == CTimerd::TIMER_ZAPTO) //NI
|
||||||
TimerListButtons[4].button = NEUTRINO_ICON_BUTTON_INFO_SMALL;
|
TimerListButtons[4].button = NEUTRINO_ICON_BUTTON_INFO_SMALL;
|
||||||
else
|
else
|
||||||
TimerListButtons[4].button = NEUTRINO_ICON_BUTTON_DUMMY_SMALL;
|
TimerListButtons[4].button = NEUTRINO_ICON_BUTTON_DUMMY_SMALL;
|
||||||
|
Reference in New Issue
Block a user