diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2011-09-20 21:37:49 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2011-09-21 11:29:13 -0700 |
commit | 189bec0c6b2c6af6834d279cdf453ab95d3018f9 (patch) | |
tree | 9acbbc253f7d97f4a0548cf09f928153322fd8bb /equipment.c | |
parent | f459c2ec22839a4a208ea833bdb1e0b87a6799b4 (diff) | |
download | subsurface-189bec0c6b2c6af6834d279cdf453ab95d3018f9.tar.gz |
Tracking changes to tanks is trivial
That's the one I should have started with.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'equipment.c')
-rw-r--r-- | equipment.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/equipment.c b/equipment.c index 1e0721b9a..5d5a3546c 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); } |