diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2012-11-19 14:29:53 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2012-11-19 15:04:50 -0800 |
commit | fb60143d350221a1ef1454127ee506637dff5cfa (patch) | |
tree | 245eaeb12da3af7d6c5c6cd8b69a0be881c6ca1d /gtk-gui.c | |
parent | 2a78f3436ccf157977eccf9435c2680e2d7bc3d3 (diff) | |
download | subsurface-fb60143d350221a1ef1454127ee506637dff5cfa.tar.gz |
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>
Diffstat (limited to 'gtk-gui.c')
-rw-r--r-- | gtk-gui.c | 1 |
1 files changed, 1 insertions, 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; } |