From ebf7d7257cea0f4467e6da8c7394c824277c075b Mon Sep 17 00:00:00 2001 From: "[CST] Focus" Date: Mon, 1 Jun 2015 14:20:30 +0300 Subject: [PATCH] neutrino.cpp: remove commented setServiceChanged call Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/be87126a3874ed26f577acacd74241262c61f983 Author: [CST] Focus Date: 2015-06-01 (Mon, 01 Jun 2015) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/neutrino.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/neutrino.cpp b/src/neutrino.cpp index eb1554bb1..4e323f466 100644 --- a/src/neutrino.cpp +++ b/src/neutrino.cpp @@ -1745,7 +1745,7 @@ void CNeutrinoApp::InitZapper() t_channel_id live_channel_id = CZapit::getInstance()->GetCurrentChannelID(); if(channelList->getSize() && live_channel_id && !IS_WEBTV(live_channel_id)) - g_Sectionsd->setServiceChanged(live_channel_id, true ); + g_Sectionsd->setServiceChanged(live_channel_id, false); } void CNeutrinoApp::setupRecordingDevice(void) @@ -3711,7 +3711,6 @@ void CNeutrinoApp::standbyMode( bool bOnOff, bool fromDeepStandby ) channelList->zapTo_ChannelID(live_channel_id, true); /* force re-zap */ g_Sectionsd->setPauseScanning(false); - //g_Sectionsd->setServiceChanged(live_channel_id, true ); InfoClock->enableInfoClock(true);