From 10632f81e29e8fa74f12db16d3ed463b7eed22e5 Mon Sep 17 00:00:00 2001 From: "[CST] Focus" Date: Sun, 22 Feb 2015 19:00:51 +0300 Subject: [PATCH] system/flashtool.cpp: call saveEpg in shutdown mode, to prevent any events Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/16ccbafe693747d8ba7d6afdcf6360ed34eb6467 Author: [CST] Focus Date: 2015-02-22 (Sun, 22 Feb 2015) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/system/flashtool.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/system/flashtool.cpp b/src/system/flashtool.cpp index 04ddd4d43..e845dd7e0 100644 --- a/src/system/flashtool.cpp +++ b/src/system/flashtool.cpp @@ -159,7 +159,7 @@ bool CFlashTool::program( const std::string & filename, int globalProgressEndEra int globalProgressBegin = 0; if(g_settings.epg_save) - CNeutrinoApp::getInstance()->saveEpg(false); + CNeutrinoApp::getInstance()->saveEpg(true); if(statusViewer) statusViewer->showLocalStatus(0);