neutrino.cpp: new bug fix: dont set service changed, if channel list empty

Origin commit data
------------------
Commit: 4f4c395ae8
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-03-16 (Fri, 16 Mar 2012)
This commit is contained in:
[CST] Focus
2012-03-16 20:38:08 +04:00
parent 4621bff719
commit 2982240588

View File

@@ -1603,7 +1603,8 @@ void CNeutrinoApp::InitZapper()
tuxtxt_init();
t_channel_id live_channel_id = CZapit::getInstance()->GetCurrentChannelID();
g_Sectionsd->setServiceChanged(live_channel_id, true );
if(channelList->getSize() && live_channel_id)
g_Sectionsd->setServiceChanged(live_channel_id, true );
#if 0 // mode switch above do zap, so all next should be done after zap complete message
t_channel_id live_channel_id = CZapit::getInstance()->GetCurrentChannelID();
if(channelList->getSize() && live_channel_id) {