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) {