gui/network_setup.cpp: fix enabled/disabled items on settings restore

This commit is contained in:
[CST] Focus
2014-09-12 13:52:03 +04:00
parent 9b697fb52b
commit bad910a320

View File

@@ -630,6 +630,7 @@ void CNetworkSetup::restoreNetworkSettings()
networkConfig->key = network_key; networkConfig->key = network_key;
networkConfig->commitConfig(); networkConfig->commitConfig();
changeNotify(LOCALE_NETWORKMENU_SELECT_IF, NULL);
} }
bool CNetworkSetup::changeNotify(const neutrino_locale_t locale, void * Data) bool CNetworkSetup::changeNotify(const neutrino_locale_t locale, void * Data)