]> git.lyx.org Git - features.git/commit
Fix bug 2637
authorGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Sat, 15 Jul 2006 11:25:49 +0000 (11:25 +0000)
committerGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Sat, 15 Jul 2006 11:25:49 +0000 (11:25 +0000)
commitbe1f96045b59058309c982ca63768aea02c67fbc
treed38f48081c5729fb0b777b367f5ca88a5e9b6dd4
parenta4032074c902a254bc46abd6d54433f5c9b050a2
Fix bug 2637
        * src/graphics/GraphicsCacheItem.C
        (CacheItem::Impl::convertToDisplayFormat): Don't derive the temp
        file name from the original file name. This ensures that it is
        composed of valid characters only.

        * src/graphics/GraphicsConverter.C: remove example script, since it
        will get out of date.
        (build_script): Copy the original file to a temp file before the
        conversion chain starts. This avoids problems with converters that
        can't handle ' in filenames.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14459 a592a061-630c-0410-9148-cb99ea01b6c8
src/graphics/GraphicsCacheItem.C
src/graphics/GraphicsConverter.C