mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-28 16:01:10 +02:00
Preparing the menu classes for Lua Part #3
- Add non locale variants for CMenuOptionNumberChooser and
CMenuOptionChooser
- Adaptation of CMenuOptionStringChooser, CChangeObserver
THX Martii
Origin commit data
------------------
Commit: afbd87083b
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2014-01-18 (Sat, 18 Jan 2014)
Origin message was:
------------------
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