From bb58a4ee94c2377f4eb0bcefd5faffb35138fda7 Mon Sep 17 00:00:00 2001 From: "[CST] Focus" Date: Wed, 7 Mar 2012 15:09:33 +0400 Subject: [PATCH] neutrino.cpp: pause sectionsd before setServiceChanged(0) --- src/neutrino.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/neutrino.cpp b/src/neutrino.cpp index 74bba9f4e..802b9d1b2 100644 --- a/src/neutrino.cpp +++ b/src/neutrino.cpp @@ -3341,8 +3341,8 @@ void CNeutrinoApp::standbyMode( bool bOnOff ) videoDecoder->Standby(true); - g_Sectionsd->setServiceChanged(0, false); g_Sectionsd->setPauseScanning(true); + g_Sectionsd->setServiceChanged(0, false); if(!CRecordManager::getInstance()->RecordingStatus()) { //only save epg when not recording