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


Origin commit data
------------------
Branch: ni/coolstream
Commit: d8458423fb
Author: Thilo Graf <dbt@novatux.de>
Date: 2011-01-30 (Sun, 30 Jan 2011)

Origin message was:
------------------
*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 was generated by Migit
This commit is contained in:
2011-01-30 13:27:00 +00:00
parent 74f9351fe1
commit 9de3c232cf

View File

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