summaryrefslogtreecommitdiffstats
path: root/commands
diff options
context:
space:
mode:
Diffstat (limited to 'commands')
-rw-r--r--commands/command_divelist.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/commands/command_divelist.cpp b/commands/command_divelist.cpp
index 0917f71e5..b19075581 100644
--- a/commands/command_divelist.cpp
+++ b/commands/command_divelist.cpp
@@ -565,6 +565,8 @@ void ImportDives::redoit()
emit diveListNotifier.filterPresetAdded(filterPresetsToRemove.back());
}
filterPresetsToAdd.clear();
+
+ emit diveListNotifier.divesImported();
}
void ImportDives::undoit()