[Commits] : Tuxbox-GIT: apps branch master updated. CVS-Final-582-g561f790
Tuxbox Sources
Brought to you by:
dbt1
|
From: GetAway <tux...@ne...> - 2015-05-30 18:53:34
|
Project "Tuxbox-GIT: apps":
The branch, master has been updated
via 561f790b26148434212bfc21de9c9f680c1be1ca (commit)
from 317ee11f0c79e80b3727d4054b1cef2f6dc6b8a8 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 561f790b26148434212bfc21de9c9f680c1be1ca
Author: [CST] Focus <foc...@gm...>
Date: Sat May 30 20:52:46 2015 +0200
neutrino.cpp: pause sectionsd on shutdown before saving epg
Signed-off-by: GetAway <get...@t-...>
diff --git a/tuxbox/neutrino/src/neutrino.cpp b/tuxbox/neutrino/src/neutrino.cpp
index 7bbd4a4..3ac3bea 100644
--- a/tuxbox/neutrino/src/neutrino.cpp
+++ b/tuxbox/neutrino/src/neutrino.cpp
@@ -3335,6 +3335,7 @@ void CNeutrinoApp::ExitRun(const bool write_si)
if (!g_settings.epg_dir.empty()) {
waitforshutdown = true;
AudioMute(true);
+ g_Sectionsd->setPauseScanning(true);
g_Sectionsd->writeSI2XML(g_settings.epg_dir.c_str());
}
else {
-----------------------------------------------------------------------
Summary of changes:
tuxbox/neutrino/src/neutrino.cpp | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
--
Tuxbox-GIT: apps
|