diff options
Diffstat (limited to 'qt-ui')
-rw-r--r-- | qt-ui/maintab.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/qt-ui/maintab.cpp b/qt-ui/maintab.cpp index 477cd2223..ad672ce36 100644 --- a/qt-ui/maintab.cpp +++ b/qt-ui/maintab.cpp @@ -719,8 +719,7 @@ void MainTab::acceptChanges() } } } - if (tagsChanged(&displayed_dive, cd)) - saveTags(); + saveTags(); #if 0 // with the new architecture this shouldn't be needed anymore if (editMode == MANUALLY_ADDED_DIVE) { |