]> git.tdb.fi Git - ext/subsurface.git/commit
Fix broken default filename for save-as
authorDirk Hohndel <dirk@hohndel.org>
Sun, 26 Aug 2012 19:51:18 +0000 (12:51 -0700)
committerDirk Hohndel <dirk@hohndel.org>
Sun, 26 Aug 2012 19:51:18 +0000 (12:51 -0700)
commit415383d65ef425de8ddee86324632e3f720827f9
tree62968672473b77c32c9aacdd23f08619e0d6a0d9
parent21fd73515f3bdcd606aaf0c5b16dae1775d7a37d
Fix broken default filename for save-as

The existing code set the filename to the full path of the last input file
and didn't set the path at all. Instead we now split the existing filename
into its path and file component and set up the choser accordingly.

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