mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 00:11:14 +02:00
- align most CKeyboardInput calls to the changes in 88c6640
This commit is contained in:
@@ -157,7 +157,7 @@ int CThemes::Show()
|
||||
|
||||
readThemes(themes);
|
||||
|
||||
CKeyboardInput nameInput(LOCALE_COLORTHEMEMENU_NAME, &file_name, 30);
|
||||
CKeyboardInput nameInput(LOCALE_COLORTHEMEMENU_NAME, &file_name);
|
||||
CMenuForwarder *m1 = new CMenuForwarder(LOCALE_COLORTHEMEMENU_SAVE, true , NULL, &nameInput, NULL, CRCInput::RC_green);
|
||||
|
||||
if (mkdirhier(USERDIR) && errno != EEXIST) {
|
||||
|
Reference in New Issue
Block a user