mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-28 16:01:10 +02:00
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:
@@ -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);
|
||||||
|
Reference in New Issue
Block a user