mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 08:21:12 +02:00
Preparing the menu classes for Lua Part #3
- Add non locale variants for CMenuOptionNumberChooser and CMenuOptionChooser - Adaptation of CMenuOptionStringChooser, CChangeObserver THX Martii
This commit is contained in:
@@ -165,8 +165,8 @@ void CUserMenuSetup::checkButtonItems()
|
||||
{
|
||||
CMenuOptionChooser * opt_c = NULL;
|
||||
opt_c = static_cast <CMenuOptionChooser*>(ums->getItem(i));
|
||||
neutrino_locale_t opt_locale = USERMENU_ITEM_OPTIONS[opt_c->getOptionValue()].value;
|
||||
int set_key = USERMENU_ITEM_OPTIONS[opt_c->getOptionValue()].key;
|
||||
neutrino_locale_t opt_locale = USERMENU_ITEM_OPTIONS[opt_c->getOption()].value;
|
||||
int set_key = USERMENU_ITEM_OPTIONS[opt_c->getOption()].key;
|
||||
opt_c = NULL;
|
||||
|
||||
if (set_key != SNeutrinoSettings::ITEM_NONE)
|
||||
|
Reference in New Issue
Block a user