diff -r a1f609eae872 -r c4893070033f mapeditor.cpp --- a/mapeditor.cpp Mon Apr 06 08:40:11 2009 +0000 +++ b/mapeditor.cpp Wed Apr 08 12:02:07 2009 +0000 @@ -1492,7 +1492,7 @@ { if (!mapChanged) { - autosaveTimer->start(settings.value("/mapeditor/autosave/ms/",300000).toInt()); + autosaveTimer->start(settings.value("/mainwindow/autosave/ms/",300000).toInt()); fileChangedTimer->start (3000); } mapChanged=true; @@ -5327,7 +5327,7 @@ if (filePath.isEmpty()) return; - if (mapUnsaved &&mapChanged && settings.value ("/mapeditor/autosave/use",true).toBool() ) + if (mapUnsaved &&mapChanged && settings.value ("/mainwindow/autosave/use",true).toBool() ) { if (QFileInfo(filePath).lastModified()<=fileChangedTime) mainWindow->fileSave (this);