mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 08:21:12 +02:00
- align most CKeyboardInput calls to the changes in 88c6640
This commit is contained in:
@@ -208,7 +208,7 @@ int CUserMenuSetup::showSetup()
|
||||
ums->addIntroItems();
|
||||
|
||||
int old_key = g_settings.usermenu[button]->key;
|
||||
CKeyboardInput name(LOCALE_USERMENU_NAME, &g_settings.usermenu[button]->title, 20);
|
||||
CKeyboardInput name(LOCALE_USERMENU_NAME, &g_settings.usermenu[button]->title);
|
||||
CMenuForwarder * mf = new CMenuForwarder(LOCALE_USERMENU_NAME, true, NULL, &name);
|
||||
|
||||
ums->addItem(mf);
|
||||
|
Reference in New Issue
Block a user