mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
gui/epgview.cpp: use g_InfoViewer->getUpdateTimer()
This commit is contained in:
@@ -694,7 +694,7 @@ int CEpgData::show(const t_channel_id channel_id, uint64_t a_id, time_t* a_start
|
|||||||
switch ( msg )
|
switch ( msg )
|
||||||
{
|
{
|
||||||
case NeutrinoMessages::EVT_TIMER:
|
case NeutrinoMessages::EVT_TIMER:
|
||||||
if (data == g_InfoViewer->lcdUpdateTimer) {
|
if (data == g_InfoViewer->getUpdateTimer()) {
|
||||||
GetEPGData(channel_id, id, &startzeit, false);
|
GetEPGData(channel_id, id, &startzeit, false);
|
||||||
if ( epg_done!= -1 ) {
|
if ( epg_done!= -1 ) {
|
||||||
CProgressBar pb(true, -1, -1, 30, 100, 70, true);
|
CProgressBar pb(true, -1, -1, 30, 100, 70, true);
|
||||||
|
Reference in New Issue
Block a user