From 0e64b23f303565a0fa86d8a15993f854fd871519 Mon Sep 17 00:00:00 2001 From: Stefan Seyfried Date: Sun, 8 Jul 2012 15:02:47 +0200 Subject: [PATCH] scan_setup: allow diseqc-repeats for non-advanced setup --- src/gui/scan_setup.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/scan_setup.cpp b/src/gui/scan_setup.cpp index 17598f276..86594cb07 100644 --- a/src/gui/scan_setup.cpp +++ b/src/gui/scan_setup.cpp @@ -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);