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>
This commit is contained in:
Dirk Hohndel 2012-09-15 18:05:43 -07:00
parent cc42debb88
commit 0d637c2fa9

2
main.c
View file

@ -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;