]> git.tdb.fi Git - ext/subsurface.git/commit
Simplistic first attempt to get changes saved when quitting subsurface
authorDirk Hohndel <dirk@hohndel.org>
Wed, 21 Sep 2011 04:29:09 +0000 (21:29 -0700)
committerDirk Hohndel <dirk@hohndel.org>
Wed, 21 Sep 2011 18:28:36 +0000 (11:28 -0700)
commitf459c2ec22839a4a208ea833bdb1e0b87a6799b4
tree88c9a0b217c6e6e1975b91bd421845ccd31c2830
parentb4c4a29a11ff82dacfe3a145fe4eedaae2341151
Simplistic first attempt to get changes saved when quitting subsurface

Track whether things changed in the global dive_list

So far this actually works if changing dive info (but only if dive
selected was changed after the dive info was changed).

We are not tracking changes to the cylinder information, yet.

also remove the duplicate static dive_list

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