aboutsummaryrefslogtreecommitdiffstats
path: root/gtk-gui.c
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2012-11-19 14:29:53 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2012-11-19 15:04:50 -0800
commitfb60143d350221a1ef1454127ee506637dff5cfa (patch)
tree245eaeb12da3af7d6c5c6cd8b69a0be881c6ca1d /gtk-gui.c
parent2a78f3436ccf157977eccf9435c2680e2d7bc3d3 (diff)
downloadsubsurface-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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk-gui.c b/gtk-gui.c
index 3f7b3bf44..497de5fe0 100644
--- a/gtk-gui.c
+++ b/gtk-gui.c
@@ -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;
}