mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 01:11:12 +02:00
- scan-setup: fix new addIntroItems() call
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -600,7 +600,7 @@ int CScanSetup::showScanMenu()
|
||||
settings->setWizardMode(is_wizard);
|
||||
|
||||
//back
|
||||
settings->addIntroItems(/*is_wizard ? NONEXISTANT_LOCALE : */ LOCALE_SERVICEMENU_SCANTS, NONEXISTANT_LOCALE, 0, 0, false);
|
||||
settings->addIntroItems(/*is_wizard ? NONEXISTANT_LOCALE : */ LOCALE_SERVICEMENU_SCANTS, NONEXISTANT_LOCALE, 0, false, false);
|
||||
|
||||
#if 0
|
||||
//save scan settings
|
||||
|
Reference in New Issue
Block a user