mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 08:21:07 +02:00
lcd4l_setup: change CTouchFileNotifier argument
Origin commit data
------------------
Branch: ni/coolstream
Commit: cb431e8c28
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-05-24 (Tue, 24 May 2016)
Origin message was:
------------------
- lcd4l_setup: change CTouchFileNotifier argument
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -155,7 +155,7 @@ int CLCD4lSetup::show()
|
||||
|
||||
const char *flag_lcd4l_clock_a = FLAG_DIR ".lcd-clock_a";
|
||||
int fake_lcd4l_clock_a = file_exists(flag_lcd4l_clock_a);
|
||||
CTouchFileNotifier * lcd_clock_a = new CTouchFileNotifier(FLAG_DIR ".lcd-clock_a");
|
||||
CTouchFileNotifier * lcd_clock_a = new CTouchFileNotifier(flag_lcd4l_clock_a);
|
||||
mc = new CMenuOptionChooser(LOCALE_LCD4L_CLOCK_A, &fake_lcd4l_clock_a, OPTIONS_OFF0_ON1_OPTIONS, OPTIONS_OFF0_ON1_OPTION_COUNT, true, lcd_clock_a, CRCInput::convertDigitToKey(shortcut++));
|
||||
mc->setHint("", LOCALE_MENU_HINT_LCD4L_CLOCK_A);
|
||||
lcd4lSetup->addItem(mc);
|
||||
|
Reference in New Issue
Block a user