mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 15:32:59 +02:00
*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:
@@ -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")
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user