diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2015-10-05 23:02:55 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-10-06 00:01:30 +0100 |
commit | 5861da0bce842bcca9777cad5d41bea790d6c5da (patch) | |
tree | 52e3cb57be6807de7cb129a838f677183fc0c254 /subsurfacestartup.c | |
parent | 44762c425233cb13d86d64360dbda54e975a7372 (diff) | |
download | subsurface-5861da0bce842bcca9777cad5d41bea790d6c5da.tar.gz |
Remove unused part of the geocoding preferences
And always turn on geocoding. The user needs to trigger this manually
anyway, so there's no point in having the extra option in the preferences.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'subsurfacestartup.c')
-rw-r--r-- | subsurfacestartup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/subsurfacestartup.c b/subsurfacestartup.c index ef2eb2cd5..ea57394e8 100644 --- a/subsurfacestartup.c +++ b/subsurfacestartup.c @@ -73,7 +73,7 @@ struct preferences default_prefs = { .defaultsetpoint = 1100, .cloud_background_sync = true, .geocoding = { - .enable_geocoding = false, + .enable_geocoding = true, .parse_dive_without_gps = false, .tag_existing_dives = false, .category = { 0 } |