]> git.tdb.fi Git - ext/subsurface.git/blobdiff - main.c
Merge branch 'add-info-stats-page' of git://github.com/dirkhh/subsurface
[ext/subsurface.git] / main.c
diff --git a/main.c b/main.c
index 471abc7b4acee1f1c1f4ddca9c6a16784d19630d..9aaa5d1f42ca61b384fb37740a7ebbbefe9472dc 100644 (file)
--- a/main.c
+++ b/main.c
@@ -193,6 +193,7 @@ void update_dive(struct dive *new_dive)
        if (new_dive) {
                show_dive_info(new_dive);
                show_dive_equipment(new_dive);
+               show_dive_stats(new_dive);
        }
        buffered_dive = new_dive;
 }