Use the last (or only) filename on command line as default for saving

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2011-09-20 21:50:26 -07:00
parent 8a8ad3f997
commit a817f4b547
3 changed files with 12 additions and 1 deletions

View file

@ -1380,7 +1380,9 @@ void parse_xml_file(const char *filename, GError **error)
}
return;
}
/* we assume that the last (or only) filename passed as argument is a
* great filename to use as default when saving the dives */
set_filename(filename);
reset_all();
dive_start();
traverse(xmlDocGetRootElement(doc));