diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2015-07-01 12:32:46 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-07-01 12:38:40 -0700 |
commit | a413141b334e89b0c9944bc403b8774f85427509 (patch) | |
tree | 323df09d9fa03984b3ce17340fb408633df46db5 /subsurfacestartup.c | |
parent | f7b7d4c2df7fb82421588c69b3aa34e702dcbfdb (diff) | |
download | subsurface-a413141b334e89b0c9944bc403b8774f85427509.tar.gz |
Geo taxonomy: adjust the preferences to the new data structures
This allows us to pick which three categories of geo taxonomy will be
shown in the UI.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'subsurfacestartup.c')
-rw-r--r-- | subsurfacestartup.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/subsurfacestartup.c b/subsurfacestartup.c index f5b0e7b4b..3005e7e04 100644 --- a/subsurfacestartup.c +++ b/subsurfacestartup.c @@ -74,9 +74,7 @@ struct preferences default_prefs = { .enable_geocoding = false, .parse_dive_without_gps = false, .tag_existing_dives = false, - .first_item = NULL, - .second_item = NULL, - .third_item = NULL + .category = { 0 } } }; |