mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +02:00
gui/network_setup.cpp: fix CNetworkSetup::changeNotify - no need to repaint menu
This commit is contained in:
@@ -603,7 +603,7 @@ bool CNetworkSetup::changeNotify(const neutrino_locale_t locale, void * Data)
|
|||||||
for(int i = 0; i < ecnt; i++)
|
for(int i = 0; i < ecnt; i++)
|
||||||
dhcpDisable[i]->setActive(CNetworkConfig::getInstance()->inet_static);
|
dhcpDisable[i]->setActive(CNetworkConfig::getInstance()->inet_static);
|
||||||
}
|
}
|
||||||
return true;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
//sets menu mode to "wizard" or "default"
|
//sets menu mode to "wizard" or "default"
|
||||||
|
Reference in New Issue
Block a user