From 8abd63b79945842ce61246e49bb0f143f0891e96 Mon Sep 17 00:00:00 2001 From: "[CST] Focus" Date: Tue, 21 Feb 2012 18:59:52 +0400 Subject: [PATCH] neutrino.cpp: disable setServiceChanged, comment unused sectionsd events register --- src/neutrino.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/neutrino.cpp b/src/neutrino.cpp index b9c606153..a6d953883 100644 --- a/src/neutrino.cpp +++ b/src/neutrino.cpp @@ -1794,8 +1794,8 @@ int CNeutrinoApp::run(int argc, char **argv) g_Sectionsd->registerEvent(CSectionsdClient::EVT_TIMESET, 222, NEUTRINO_UDS_NAME); g_Sectionsd->registerEvent(CSectionsdClient::EVT_GOT_CN_EPG, 222, NEUTRINO_UDS_NAME); - g_Sectionsd->registerEvent(CSectionsdClient::EVT_SERVICES_UPDATE, 222, NEUTRINO_UDS_NAME); - g_Sectionsd->registerEvent(CSectionsdClient::EVT_BOUQUETS_UPDATE, 222, NEUTRINO_UDS_NAME); + //g_Sectionsd->registerEvent(CSectionsdClient::EVT_SERVICES_UPDATE, 222, NEUTRINO_UDS_NAME); + //g_Sectionsd->registerEvent(CSectionsdClient::EVT_BOUQUETS_UPDATE, 222, NEUTRINO_UDS_NAME); g_Sectionsd->registerEvent(CSectionsdClient::EVT_WRITE_SI_FINISHED, 222, NEUTRINO_UDS_NAME); #define ZAPIT_EVENT_COUNT 31 @@ -3434,7 +3434,7 @@ void CNeutrinoApp::standbyMode( bool bOnOff ) videoDecoder->Standby(false); g_Sectionsd->setPauseScanning(false); - g_Sectionsd->setServiceChanged(live_channel_id, true ); + //g_Sectionsd->setServiceChanged(live_channel_id, true ); if(g_settings.mode_clock) InfoClock->StartClock();