mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
gui/scan_setup.cpp: set diseqc options only for satellite frontend
This commit is contained in:
@@ -1596,8 +1596,8 @@ 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);
|
||||||
|
Reference in New Issue
Block a user