summaryrefslogtreecommitdiffstats
path: root/subsurfacestartup.c
diff options
context:
space:
mode:
authorGravatar Anton Lundin <glance@acc.umu.se>2013-09-18 14:31:15 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-09-18 11:59:53 -0500
commit7d9c1e9ee4e4e251f3a3b5e5901818fb5aaa340e (patch)
treeb85194d3ee74bc21f6e0c116904dc0f4303abe6d /subsurfacestartup.c
parent93d6eb13977aaf1e17fbb1861a2df001b67b8303 (diff)
downloadsubsurface-7d9c1e9ee4e4e251f3a3b5e5901818fb5aaa340e.tar.gz
Show sample time in the mouseover.
This is really nice to have when looking at specific coutures of a dive or events. Signed-off-by: Anton Lundin <glance@acc.umu.se> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'subsurfacestartup.c')
-rw-r--r--subsurfacestartup.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/subsurfacestartup.c b/subsurfacestartup.c
index bf093ed9c..954840928 100644
--- a/subsurfacestartup.c
+++ b/subsurfacestartup.c
@@ -26,6 +26,7 @@ struct preferences default_prefs = {
.gfhigh = 75,
.font_size = 14.0,
.show_invalid = FALSE,
+ .show_time = FALSE,
#ifdef USE_GTK_UI
.map_provider = OSM_GPS_MAP_SOURCE_VIRTUAL_EARTH_HYBRID,
#endif