g-key-file-error-quark occures rather often and freezes RT, Issue 807

This commit is contained in:
Ingo
2015-05-25 19:55:59 +02:00
parent d678063484
commit 3ce4191789
6 changed files with 9 additions and 5 deletions

View File

@@ -646,7 +646,7 @@ void Options::filterOutParsedExtensions () {
}
int Options::readFromFile (Glib::ustring fname) {
setlocale(LC_NUMERIC, "C"); // to set decimal point to "."
rtengine::SafeKeyFile keyFile;
if( !safe_file_test(fname,Glib::FILE_TEST_EXISTS))