mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 08:21:07 +02:00
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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user