On Fri, May 30, 2003 at 02:24:22AM +0100, John Levon wrote:
> > I believe we should *always* store an absolute path at
> > runtime. At save time, we can convert it to a relative path.
Fixed patch. It seems to work for me. It fixes the Save As bug.
Please please test.
john
p.s. sorry, no, I'm n
On Fri, May 30, 2003 at 01:49:28AM +0100, John Levon wrote:
> I believe we should *always* store an absolute path at
> runtime. At save time, we can convert it to a relative path.
Here's an attempt at a patch. Not tested
john
Index: insetgraphics.C
=
Is there anyone who knows this code ? Angus ?
We seem to be storing relative paths in the InsetGraphics
cache (see cache_->update()). This is broken across e.g. file->save as.
It also causes significant problems in trying to fix the current
massive horkage in the tree.
I believe we should *alway