summaryrefslogtreecommitdiffstats
path: root/core/selection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'core/selection.cpp')
-rw-r--r--core/selection.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/selection.cpp b/core/selection.cpp
index 4890f6422..2919f6486 100644
--- a/core/selection.cpp
+++ b/core/selection.cpp
@@ -192,7 +192,7 @@ void setSelection(const std::vector<dive *> &selection, dive *currentDive)
}
// Send the new selection
- emit diveListNotifier.divesSelected(divesToSelect, current_dive);
+ emit diveListNotifier.divesSelected(divesToSelect);
}
extern "C" void select_single_dive(dive *d)