diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2012-09-15 18:05:43 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2012-09-17 21:03:30 -0400 |
commit | 0d637c2fa915d13af8e00d5f236d3f111101c6e3 (patch) | |
tree | ee4f087d56ee16e73a1646acc36948844150f660 /main.c | |
parent | cc42debb8881e3e663defdcae2529ef9a62fbd6b (diff) | |
download | subsurface-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |