From ed6a54f5066f3220ce357f9cf7686fc4d72079dd Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Thu, 9 May 2013 21:37:21 -0700 Subject: Enable defautl_filename in settings We don't have a UI to set it, yet, so you have to manually set it in the config file, but once you do that it works... Signed-off-by: Dirk Hohndel --- qt-ui/mainwindow.cpp | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'qt-ui') diff --git a/qt-ui/mainwindow.cpp b/qt-ui/mainwindow.cpp index 56ae64b0c..160a657da 100644 --- a/qt-ui/mainwindow.cpp +++ b/qt-ui/mainwindow.cpp @@ -402,12 +402,6 @@ void MainWindow::readSettings() prefs.divelist_font = strdup(v.toString); #endif -#if DONT_KNOW_HOW_TO_DO_THAT - v = settings.value(QString("default_filename")); - if (v.isValid()) - prefs.default_filename = strdup(v.toString); -#endif - #if ONCE_WE_HAVE_MAPS v = settings.value(QString_int("map_provider")); if(v.isValid()) @@ -467,6 +461,9 @@ void MainWindow::writeSettings() SAVE_VALUE("gflow", gflow); SAVE_VALUE("gfhigh", gfhigh); settings.endGroup(); + settings.beginGroup("GeneralSettings"); + SAVE_VALUE("default_filename", default_filename); + settings.endGroup(); } void MainWindow::closeEvent(QCloseEvent *event) -- cgit v1.2.3-70-g09d2