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

This commit is contained in:
[CST] Focus
2014-04-22 13:36:25 +04:00
parent 61f19b0eed
commit 7d3b0b021b

View File

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