From f47f0beb77a41dd4a9b7075a49121eed01b61c13 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 --- 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"