infoviewer.cpp: disable setServiceChanged

Origin commit data
------------------
Commit: f8b3469f98
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-02-21 (Tue, 21 Feb 2012)
This commit is contained in:
[CST] Focus
2012-02-21 18:58:49 +04:00
parent 8d40811904
commit e5085faf36

View File

@@ -799,9 +799,11 @@ void CInfoViewer::showTitle (const int ChanNum, const std::string & Channel, con
} }
showLcdPercentOver (); showLcdPercentOver ();
#if 0
if ((g_RemoteControl->current_channel_id == channel_id) && !(((info_CurrentNext.flags & CSectionsdClient::epgflags::has_next) && (info_CurrentNext.flags & (CSectionsdClient::epgflags::has_current | CSectionsdClient::epgflags::has_no_current))) || (info_CurrentNext.flags & CSectionsdClient::epgflags::not_broadcast))) { if ((g_RemoteControl->current_channel_id == channel_id) && !(((info_CurrentNext.flags & CSectionsdClient::epgflags::has_next) && (info_CurrentNext.flags & (CSectionsdClient::epgflags::has_current | CSectionsdClient::epgflags::has_no_current))) || (info_CurrentNext.flags & CSectionsdClient::epgflags::not_broadcast))) {
g_Sectionsd->setServiceChanged (channel_id, true); g_Sectionsd->setServiceChanged (channel_id, true);
} }
#endif
// Radiotext // Radiotext
if (CNeutrinoApp::getInstance()->getMode() == NeutrinoMessages::mode_radio) if (CNeutrinoApp::getInstance()->getMode() == NeutrinoMessages::mode_radio)