From a28e42adc2be3ae38f7fac6c2d784f0f28942ed9 Mon Sep 17 00:00:00 2001 From: Stefan Seyfried Date: Sun, 14 Oct 2012 12:57:01 +0200 Subject: [PATCH] fix build after last merge --- src/neutrino.cpp | 3 +++ src/neutrino_menue.cpp | 2 ++ 2 files changed, 5 insertions(+) diff --git a/src/neutrino.cpp b/src/neutrino.cpp index d835da12e..8d1209362 100644 --- a/src/neutrino.cpp +++ b/src/neutrino.cpp @@ -1760,11 +1760,14 @@ void CNeutrinoApp::InitZapitClient() void CNeutrinoApp::InitSectiondClient() { +#if 0 + /* TODO: check if still needed */ /* wait for sectionsd to be able to process our registration */ time_t t = time_monotonic_ms(); while (! sectionsd_isReady()) sleep(0); dprintf(DEBUG_NORMAL, "had to wait %ld ms for sectionsd to start up\n", time_monotonic_ms() - t); +#endif g_Sectionsd = new CSectionsdClient; g_Sectionsd->registerEvent(CSectionsdClient::EVT_TIMESET, 222, NEUTRINO_UDS_NAME); g_Sectionsd->registerEvent(CSectionsdClient::EVT_GOT_CN_EPG, 222, NEUTRINO_UDS_NAME); diff --git a/src/neutrino_menue.cpp b/src/neutrino_menue.cpp index dcd5e5a91..1b8b7853d 100644 --- a/src/neutrino_menue.cpp +++ b/src/neutrino_menue.cpp @@ -373,7 +373,9 @@ void CNeutrinoApp::InitMenuService() // TODO: this needs a neutrino restart after changing parentallock_prompt to activate :-( CLockedMenuForwarder *lf; lf = new CLockedMenuForwarder(LOCALE_BOUQUETEDITOR_NAME, g_settings.parentallock_pincode, g_settings.parentallock_prompt == PARENTALLOCK_PROMPT_CHANGETOLOCKED, true, NULL, new CBEBouquetWidget(), NULL, CRCInput::RC_yellow, NEUTRINO_ICON_BUTTON_YELLOW); +/* does not work with CLockedMenuForwarder yet? lf->setHint(NEUTRINO_ICON_HINT_BEDIT, LOCALE_MENU_HINT_BEDIT); + */ personalize.addItem(MENU_SERVICE, lf, &g_settings.personalize[SNeutrinoSettings::P_MSER_BOUQUET_EDIT]); //channel reset