mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 00:41:09 +02:00
gui/network_setup.cpp: fix CNetworkSetup::changeNotify - no need to repaint menu
Origin commit data
------------------
Branch: ni/coolstream
Commit: f47f0beb77
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-05-31 (Thu, 31 May 2012)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
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