On Wed, Dec 08, 2010 at 06:19:54PM +0100, Vincent van Ravesteijn wrote: > This log indicates to me that outputFilename is able to make a > relative path with the same input, so my feeling says it really is > this save_abs_path_ boolean that differs.
Maybe. The only way to know what really happens is setting a breakpoint in GuiGraphics.cpp at the place where name is initialized string const name = igp.filename.outputFilename(fromqstr(bufferFilepath())); and then step through the outputFilename() call. This can only be done by a Mac user, though. -- Enrico