gui/epgview.cpp: use g_InfoViewer->getUpdateTimer()

This commit is contained in:
[CST] Focus
2012-11-02 16:09:30 +04:00
parent 5c6c284c2f
commit af753fc4f1

View File

@@ -694,7 +694,7 @@ int CEpgData::show(const t_channel_id channel_id, uint64_t a_id, time_t* a_start
switch ( msg )
{
case NeutrinoMessages::EVT_TIMER:
if (data == g_InfoViewer->lcdUpdateTimer) {
if (data == g_InfoViewer->getUpdateTimer()) {
GetEPGData(channel_id, id, &startzeit, false);
if ( epg_done!= -1 ) {
CProgressBar pb(true, -1, -1, 30, 100, 70, true);