diff options
Diffstat (limited to 'qt-ui/maintab.cpp')
-rw-r--r-- | qt-ui/maintab.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-ui/maintab.cpp b/qt-ui/maintab.cpp index 2cc994a1c..d461de5a2 100644 --- a/qt-ui/maintab.cpp +++ b/qt-ui/maintab.cpp @@ -879,7 +879,7 @@ void MainTab::rejectChanges() MainWindow::instance()->globe()->reload(); if (lastMode == MANUALLY_ADDED_DIVE) { // more clean up - updateDiveInfo(selected_dive); + updateDiveInfo(); MainWindow::instance()->showProfile(); // we already reloaded the divelist above, so don't recreate it or we'll lose the selection MainWindow::instance()->refreshDisplay(false); |