configfile minimize disc-access

timoutanimation stops if player start a "local game"
This commit is contained in:
doitux
2007-06-09 09:45:04 +00:00
parent db4aea3f78
commit bfbcddb693
5 changed files with 50 additions and 70 deletions
@@ -240,6 +240,9 @@ void settingsDialogImpl::isAccepted() {
myConfig->writeConfigInt("LogInterval", comboBox_logInterval->currentIndex());
}
//write buffer to disc
myConfig->writeBuffer();
//Wenn alles richtig eingegeben wurde --> Dialog schließen
if(settingsCorrect) { this->hide(); }
}