gui/network_setup.cpp: fix CNetworkSetup::changeNotify - no need to repaint menu

This commit is contained in:
[CST] Focus
2012-05-31 17:38:17 +04:00
parent dc9844ad2b
commit f47f0beb77

View File

@@ -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"