selection: introduce clear_selection() function

The DiveListView would touch the selection-innards directly.
Let's encapsulate that. Moreover, take care to reset the trip
selection when resetting the core data.

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
Berthold Stoeger 2020-05-02 14:41:52 +02:00 committed by Dirk Hohndel
parent 09b7fcbcf4
commit f961ec7a8b
4 changed files with 16 additions and 12 deletions

View file

@ -1354,6 +1354,7 @@ int get_dive_id_closest_to(timestamp_t when)
void clear_dive_file_data()
{
fulltext_unregister_all();
clear_selection();
while (dive_table.nr)
delete_single_dive(0);