mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-09 06:38:28 +02:00
system/flashtool.cpp: call saveEpg in shutdown mode, to prevent any events
Origin commit data
------------------
Commit: 16ccbafe69
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2015-02-22 (Sun, 22 Feb 2015)
This commit is contained in:
@@ -159,7 +159,7 @@ bool CFlashTool::program( const std::string & filename, int globalProgressEndEra
|
|||||||
int globalProgressBegin = 0;
|
int globalProgressBegin = 0;
|
||||||
|
|
||||||
if(g_settings.epg_save)
|
if(g_settings.epg_save)
|
||||||
CNeutrinoApp::getInstance()->saveEpg(false);
|
CNeutrinoApp::getInstance()->saveEpg(true);
|
||||||
|
|
||||||
if(statusViewer)
|
if(statusViewer)
|
||||||
statusViewer->showLocalStatus(0);
|
statusViewer->showLocalStatus(0);
|
||||||
|
Reference in New Issue
Block a user