]> git.tdb.fi Git - ext/subsurface.git/commit
Make the first filename on the command line the default filename
authorDirk Hohndel <dirk@hohndel.org>
Fri, 21 Oct 2011 13:12:04 +0000 (06:12 -0700)
committerDirk Hohndel <dirk@hohndel.org>
Fri, 21 Oct 2011 13:12:04 +0000 (06:12 -0700)
commite55b95b415e28e053ad3941f9bd3c41ea461ca58
treed9ce56b20fbc3b6d2785c2c9a58866373deb8404
parent41084817eaa30204c1144f5c1fd1b5567d486da8
Make the first filename on the command line the default filename

From a usecase point of view - if we call with multiple file names then
most likely it's

subsurface MyDives.xml new_dive1.xml new_dive2.xml

and therefore the existing "database" is the first filename, not the last
one (as the current implementation assumes).

Frankly, this is a bit arbitrary - but this one seems to make more sense.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
gtk-gui.c