mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-01 02:23:25 +00:00
Mark divelist changed when downloading from Uemis SDA
This mirrors commit 59929fdb5d2a "Mark divelist changed as we download dives from a dive computer" which only fixed things for the libdivecomputer case. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
2a78f3436c
commit
fb60143d35
1 changed files with 1 additions and 0 deletions
|
@ -1688,6 +1688,7 @@ static GError *setup_uemis_import(device_data_t *data)
|
|||
#if UEMIS_DEBUG
|
||||
fprintf(debugfile, "uemis_max_dive_data: %s\n", uemis_max_dive_data);
|
||||
#endif
|
||||
mark_divelist_changed(TRUE);
|
||||
}
|
||||
return error;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue