From 1e1df7bc398b3cff085a247caec842f57d776048 Mon Sep 17 00:00:00 2001 From: "[CST] Focus" Date: Sat, 21 Dec 2013 14:07:44 +0400 Subject: [PATCH] neutrino.cpp: pause sectionsd after set its current channel to 0 --- src/neutrino.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/neutrino.cpp b/src/neutrino.cpp index b151ce143..1617d7fb7 100644 --- a/src/neutrino.cpp +++ b/src/neutrino.cpp @@ -3314,8 +3314,8 @@ void CNeutrinoApp::standbyMode( bool bOnOff, bool fromDeepStandby ) videoDecoder->Standby(true); - g_Sectionsd->setPauseScanning(!fromDeepStandby); g_Sectionsd->setServiceChanged(0, false); + g_Sectionsd->setPauseScanning(!fromDeepStandby); lastMode = mode; mode = mode_standby;