Software update: Disable epg scan before stop daemons

Origin commit data
------------------
Branch: ni/coolstream
Commit: 32617f5b3c
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2013-06-15 (Sat, 15 Jun 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Michael Liebmann
2013-06-15 03:28:15 +02:00
parent 90438d2bb1
commit 7c918cd407

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);
}