neutrino.cpp: remove commented setServiceChanged call

This commit is contained in:
[CST] Focus
2015-06-01 14:20:30 +03:00
parent 64eda8566c
commit be87126a38

View File

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