mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 18:31:12 +02:00
femanager: remove workaround after libconfigfile fix
Origin commit data
------------------
Branch: ni/coolstream
Commit: b8186d18ac
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-02-23 (Sat, 23 Feb 2013)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -268,8 +268,7 @@ void CFEManager::saveSettings(bool write)
|
||||
sprintf(cfg_key, "fe%d_satellites", fe->fenumber);
|
||||
configfile.setInt32Vector(cfg_key, satList);
|
||||
}
|
||||
//setInt32Vector dont set modified flag !
|
||||
if (write /*&& configfile.getModifiedFlag()*/) {
|
||||
if (write && configfile.getModifiedFlag()) {
|
||||
config_exist = configfile.saveConfig(FECONFIGFILE);
|
||||
//configfile.setModifiedFlag(false);
|
||||
}
|
||||
|
Reference in New Issue
Block a user