gui/scan_setup.cpp: set diseqc options only for satellite frontend

Origin commit data
------------------
Commit: 7d3b0b021b
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-04-22 (Tue, 22 Apr 2014)
This commit is contained in:
[CST] Focus
2014-04-22 13:36:25 +04:00
parent 8ac01b736e
commit b36a121d5b

View File

@@ -1596,8 +1596,8 @@ bool CScanSetup::changeNotify(const neutrino_locale_t OptionName, void * /*data*
/* if mode changed, set current master too */
if (femaster >= 0)
fe->setMaster(femaster);
setDiseqcOptions(fenumber);
}
setDiseqcOptions(fenumber);
}
else if(ARE_LOCALES_EQUAL(OptionName, LOCALE_SATSETUP_FE_MODE_MASTER)) {
printf("[neutrino] CScanSetup::%s: fe%d link %d \n", __FUNCTION__, fenumber, femaster);