scan_setup: allow diseqc-repeats for non-advanced setup

Origin commit data
------------------
Branch: ni/coolstream
Commit: 0e64b23f30
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-07-08 (Sun, 08 Jul 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Stefan Seyfried
2012-07-08 15:02:47 +02:00
parent 7313f3f1d7
commit 219f1d1ee4

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);