gui/scan_setup.cpp: re-create sat select menu on sat box only

This commit is contained in:
[CST] Focus
2012-04-27 15:20:34 +04:00
parent c5822fe426
commit d8f6dbde0d

View File

@@ -955,7 +955,8 @@ bool CScanSetup::changeNotify(const neutrino_locale_t OptionName, void * /*data*
/* to copy settings from fe0 */
if(femode != CFEManager::FE_MODE_ALONE)
CFEManager::getInstance()->saveSettings(true);
fillSatSelect();
if (r_system == DVB_S) //sat
fillSatSelect();
}
return true;
}