Software update: Disable epg scan before stop daemons

Origin commit data
------------------
Commit: 32617f5b3c
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2013-06-15 (Sat, 15 Jun 2013)
This commit is contained in:
Michael Liebmann
2013-06-15 03:28:15 +02:00
parent fb657c3d10
commit 56f1396ed7

View File

@@ -3579,6 +3579,7 @@ void stop_daemons(bool stopall, bool for_flash)
CVFD::getInstance()->Clear();
CVFD::getInstance()->setMode(CVFD::MODE_TVRADIO);
CVFD::getInstance()->ShowText("Stop daemons...");
g_settings.epg_scan = false;
my_system(NEUTRINO_ENTER_FLASH_SCRIPT);
}