Tracking changes to tanks is trivial

That's the one I should have started with.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2011-09-20 21:37:49 -07:00
parent f459c2ec22
commit 189bec0c6b

View file

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