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

Origin commit data
------------------
Commit: bad910a320
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-09-12 (Fri, 12 Sep 2014)
This commit is contained in:
[CST] Focus
2014-09-12 13:52:03 +04:00
parent 727027345c
commit 49d6eebc88

View File

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