]> git.tdb.fi Git - ext/subsurface.git/commitdiff
Tracking changes to tanks is trivial
authorDirk Hohndel <dirk@hohndel.org>
Wed, 21 Sep 2011 04:37:49 +0000 (21:37 -0700)
committerDirk Hohndel <dirk@hohndel.org>
Wed, 21 Sep 2011 18:29:13 +0000 (11:29 -0700)
That's the one I should have started with.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
equipment.c

index 1e0721b9abd195370b6daa8ecdb81f2938cf70d4..5d5a3546cc7f090116c2372419e26089dce69a8b 100644 (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);
 }