summaryrefslogtreecommitdiffstats
path: root/qt-ui/mainwindow.cpp
diff options
context:
space:
mode:
authorGravatar Robert C. Helling <helling@atdotde.de>2013-11-15 21:35:12 +0100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-11-15 12:43:53 -0800
commite5308c068f76115a28c9fe0c0e14ca87b96d4f90 (patch)
tree6d11549add0d546e69068ffacfa0232dbb4cac3b /qt-ui/mainwindow.cpp
parent3b9c28bce7e8475b6bb59d7dbc9c0f4f7290734d (diff)
downloadsubsurface-e5308c068f76115a28c9fe0c0e14ca87b96d4f90.tar.gz
Forget old filename on starting a new log.
Fixes #253. Signed-off-by: Robert C. Helling <helling@atdotde.de> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/mainwindow.cpp')
-rw-r--r--qt-ui/mainwindow.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-ui/mainwindow.cpp b/qt-ui/mainwindow.cpp
index f2f7112e0..06b0be08d 100644
--- a/qt-ui/mainwindow.cpp
+++ b/qt-ui/mainwindow.cpp
@@ -141,6 +141,7 @@ void MainWindow::on_actionClose_triggered()
/* clear the selection and the statistics */
selected_dive = -1;
+ existing_filename = NULL;
cleanUpEmpty();
mark_divelist_changed(FALSE);