From: Dirk Hohndel Date: Sun, 26 Aug 2012 19:51:18 +0000 (-0700) Subject: Fix broken default filename for save-as X-Git-Url: http://git.tdb.fi/?a=commitdiff_plain;h=415383d65ef425de8ddee86324632e3f720827f9;hp=415383d65ef425de8ddee86324632e3f720827f9;p=ext%2Fsubsurface.git 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 ---