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:
Dirk Hohndel 2012-11-19 14:29:53 -08:00
parent 2a78f3436c
commit fb60143d35

View file

@ -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;
}