From 189bec0c6b2c6af6834d279cdf453ab95d3018f9 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Tue, 20 Sep 2011 21:37:49 -0700 Subject: [PATCH] Tracking changes to tanks is trivial That's the one I should have started with. Signed-off-by: Dirk Hohndel --- equipment.c | 1 + 1 file changed, 1 insertion(+) diff --git a/equipment.c b/equipment.c index 1e0721b..5d5a354 100644 --- a/equipment.c +++ b/equipment.c @@ -249,6 +249,7 @@ static void apply_cb(GtkButton *button, gpointer data) for (i = 0; i < MAX_CYLINDERS; i++) record_cylinder_changes(dive->cylinder+i, gtk_cylinder+i); + mark_divelist_changed(TRUE); flush_divelist(dive); } -- 2.43.0