summaryrefslogtreecommitdiffstats
path: root/planner.c
diff options
context:
space:
mode:
Diffstat (limited to 'planner.c')
-rw-r--r--planner.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/planner.c b/planner.c
index 65d86f7e3..16813caed 100644
--- a/planner.c
+++ b/planner.c
@@ -618,6 +618,7 @@ void plan(struct diveplan *diveplan, char **cached_datap, struct dive **divep)
add_plan_to_notes(diveplan, dive);
/* now make the dive visible in the dive list */
report_dives(FALSE, FALSE);
+ mark_divelist_changed(TRUE);
show_and_select_dive(dive);
free(stoplevels);
free(gaschanges);