16 Jan
2014
16 Jan
'14
5:25 p.m.
Hey Devs,
I've been looking into this bug:
https://bugs.launchpad.net/inkscape/+bug/1269880
And have forged a solution in uri-references.cpp by using the existing getPath property and GLib's build_filename. See the commit here:
http://bazaar.launchpad.net/~inkscape.dev/inkscape/trunk/revision/12939
I really didn't expect this to work, I thought it'd be step one in a chain of items to fix. But it actually works and I'd like other dev's input to see if it's doing the right thing.
I'd like to have a document based list of linked documents, so they could be tracked (and maybe ui'ed in the future). But I'm not sure if it's even needed. Thoughts?
Best Regards, Martin Owens