]> git.tdb.fi Git - ext/subsurface.git/commit
Catch changes to the info of the current dive when quitting
authorDirk Hohndel <dirk@hohndel.org>
Wed, 21 Sep 2011 14:34:00 +0000 (07:34 -0700)
committerDirk Hohndel <dirk@hohndel.org>
Wed, 21 Sep 2011 18:29:13 +0000 (11:29 -0700)
commit7a8fe91690f31d9b4af6e041574c55028d928bc1
tree8cb1c61f3603505894b717c8b86cbad196ccf19b
parent189bec0c6b2c6af6834d279cdf453ab95d3018f9
Catch changes to the info of the current dive when quitting

As the application shuts down we do one more check to see if the dive that
is currently being displayed has been modified (we previously just checked
as we switch dives)

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