From b455d57d4f143578d9b3421c6553fe5502077eb2 Mon Sep 17 00:00:00 2001 From: "[CST] Focus" Date: Thu, 31 May 2012 17:38:17 +0400 Subject: [PATCH] gui/network_setup.cpp: fix CNetworkSetup::changeNotify - no need to repaint menu Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/f47f0beb77a41dd4a9b7075a49121eed01b61c13 Author: [CST] Focus Date: 2012-05-31 (Thu, 31 May 2012) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/gui/network_setup.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/network_setup.cpp b/src/gui/network_setup.cpp index 669f52aac..6ed6c6830 100644 --- a/src/gui/network_setup.cpp +++ b/src/gui/network_setup.cpp @@ -603,7 +603,7 @@ bool CNetworkSetup::changeNotify(const neutrino_locale_t locale, void * Data) for(int i = 0; i < ecnt; i++) dhcpDisable[i]->setActive(CNetworkConfig::getInstance()->inet_static); } - return true; + return false; } //sets menu mode to "wizard" or "default"