scan_setup: allow diseqc-repeats for non-advanced setup

This commit is contained in:
Stefan Seyfried
2012-07-08 15:02:47 +02:00
parent 71a6d325bd
commit 0e64b23f30

View File

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