neutrino network_setup: ip-check before save settings

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1093 e54a6e83-5905-42d5-8d5c-058d10e6a962


Origin commit data
------------------
Commit: 384f38c12d
Author: Thilo Graf <dbt@novatux.de>
Date: 2011-01-30 (Sun, 30 Jan 2011)

Origin message was:
------------------
*neutrino network_setup: ip-check before save settings

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1093 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
2011-01-30 13:26:55 +00:00
parent 365a0e8ba9
commit 16c6e1acd9

View File

@@ -404,6 +404,9 @@ void CNetworkSetup::applyNetworkSettings()
{
printf("[network setup] apply network settings...\n");
if (!checkForIP())
return;
CHintBox * hintBox = new CHintBox(LOCALE_MESSAGEBOX_INFO, g_Locale->getText(LOCALE_NETWORKMENU_APPLY_SETTINGS)); // UTF-8
hintBox->paint();