mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 07:51:19 +02:00
timerlist: fix double drawing of timer list
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -1046,14 +1046,13 @@ int CTimerList::show()
|
|||||||
if (timer->epgID != 0)
|
if (timer->epgID != 0)
|
||||||
{
|
{
|
||||||
res = g_EpgData->show(timer->channel_id, timer->epgID, &timer->epg_starttime);
|
res = g_EpgData->show(timer->channel_id, timer->epgID, &timer->epg_starttime);
|
||||||
update = true;
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
ShowHint(LOCALE_MESSAGEBOX_INFO, LOCALE_EPGVIEWER_NOTFOUND);
|
ShowHint(LOCALE_MESSAGEBOX_INFO, LOCALE_EPGVIEWER_NOTFOUND);
|
||||||
if (res == menu_return::RETURN_EXIT_ALL)
|
if (res == menu_return::RETURN_EXIT_ALL)
|
||||||
loop = false;
|
loop = false;
|
||||||
else
|
else
|
||||||
paint();
|
update = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user