scan_setup: allow diseqc-repeats for non-advanced setup

Origin commit data
------------------
Commit: 0e64b23f30
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-07-08 (Sun, 08 Jul 2012)
This commit is contained in:
Stefan Seyfried
2012-07-08 15:02:47 +02:00
parent 563952223b
commit 871ebdc9f0

View File

@@ -368,7 +368,7 @@ int CScanSetup::showScanMenu()
//diseqc type
ojDiseqcRepeats = new CMenuOptionNumberChooser(LOCALE_SATSETUP_DISEQCREPEAT, (int *)&scansettings.diseqcRepeat, (dmode != NO_DISEQC) && (dmode != DISEQC_ADVANCED), 0, 2, NULL);
satNotify->addItem(1, ojDiseqcRepeats);
satNotify->addItem(2, ojDiseqcRepeats);
//--------------------------------------------------------------
//add diseqc items
settings->addItem(ojDiseqc);