gui/scan_setup.cpp: force fe link on master change, too

This commit is contained in:
[CST] Focus
2013-11-08 15:54:20 +04:00
parent 7c4b9d3fdd
commit 339b047019

View File

@@ -1390,6 +1390,7 @@ bool CScanSetup::changeNotify(const neutrino_locale_t OptionName, void * /*data*
}
else if(ARE_LOCALES_EQUAL(OptionName, LOCALE_SATSETUP_FE_MODE_MASTER)) {
printf("[neutrino] CScanSetup::%s: fe%d link %d \n", __FUNCTION__, fenumber, femaster);
fe_restart = true;
CFrontend * fe = CFEManager::getInstance()->getFE(fenumber);
if (fe)
fe->setMaster(femaster);