mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 16:31:05 +02:00
system/flashtool.cpp: call saveEpg in shutdown mode, to prevent any events
Origin commit data
------------------
Branch: ni/coolstream
Commit: 16ccbafe69
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2015-02-22 (Sun, 22 Feb 2015)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
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