*neutrino network_setup: reload menu contents after applying the settings

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1094 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
thilo
2011-01-30 13:27:00 +00:00
parent 384f38c12d
commit d8458423fb

View File

@@ -88,7 +88,9 @@ int CNetworkSetup::exec(CMenuTarget* parent, const std::string &actionKey)
if(actionKey=="networkapply") if(actionKey=="networkapply")
{ {
applyNetworkSettings(); applyNetworkSettings();
return res; readNetworkSettings();
showNetworkSetup();
return menu_return::RETURN_EXIT;
} }
else if(actionKey=="networktest") else if(actionKey=="networktest")
{ {