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

Origin commit data
------------------
Commit: af753fc4f1
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-11-02 (Fri, 02 Nov 2012)
This commit is contained in:
[CST] Focus
2012-11-02 16:09:30 +04:00
parent bcd049fa82
commit 3994ae7303

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);