mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-11 15:41:00 +02:00
gui/parentallock_setup.cpp: fix non-easy mode, do not add menu security
Origin commit data
------------------
Commit: 006429215b
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-11-29 (Fri, 29 Nov 2013)
This commit is contained in:
@@ -108,10 +108,13 @@ int CParentalSetup::showParentalSetup()
|
||||
// intros
|
||||
plock->addIntroItems();
|
||||
|
||||
CMenuForwarder * mf;
|
||||
CPersonalizeGui &p = CNeutrinoApp::getInstance()->getPersonalizeGui();
|
||||
CMenuForwarder * mf = new CMenuForwarder(LOCALE_PARENTALLOCK_MENU, true, NULL, &p, NULL, CRCInput::RC_red , NEUTRINO_ICON_BUTTON_RED);
|
||||
mf->setHint("", LOCALE_MENU_HINT_PARENTALLOCK_MENU);
|
||||
plock->addItem(mf);
|
||||
if (g_settings.easymenu) {
|
||||
mf = new CMenuForwarder(LOCALE_PARENTALLOCK_MENU, true, NULL, &p, NULL, CRCInput::RC_red , NEUTRINO_ICON_BUTTON_RED);
|
||||
mf->setHint("", LOCALE_MENU_HINT_PARENTALLOCK_MENU);
|
||||
plock->addItem(mf);
|
||||
}
|
||||
|
||||
CMenuOptionChooser * mc;
|
||||
if (g_settings.easymenu)
|
||||
|
Reference in New Issue
Block a user