configfile: reset modified flag after saving

This commit is contained in:
Stefan Seyfried
2013-02-23 15:36:02 +01:00
parent 593871bf0f
commit 5aca39874b

View File

@@ -105,6 +105,7 @@ bool CConfigFile::saveConfig(const char * const filename)
chmod(filename, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH);
modifiedFlag = false;
return true;
}
else