summaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2012-09-15 18:05:43 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2012-09-17 21:03:30 -0400
commit0d637c2fa915d13af8e00d5f236d3f111101c6e3 (patch)
treeee4f087d56ee16e73a1646acc36948844150f660 /main.c
parentcc42debb8881e3e663defdcae2529ef9a62fbd6b (diff)
downloadsubsurface-0d637c2fa915d13af8e00d5f236d3f111101c6e3.tar.gz
Show the datafile name even with no dives
That's especially useful if starting without a filename and without an existing default file - this way it's clear that Subsurface still considers itself synced with the default file. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index 46e22041d..d66972cdc 100644
--- a/main.c
+++ b/main.c
@@ -246,7 +246,7 @@ int main(int argc, char **argv)
set_filename(filename, FALSE);
}
report_dives(imported);
-
+ show_dive_info(NULL);
run_ui();
exit_ui();
return 0;