Fix bug introduced in r39705 (was making .eps.gz not work anymore).

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39720 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Tommaso Cucinotta 2011-09-20 19:45:31 +00:00
parent b31f0cfc4d
commit b095996dda

View File

@ -359,7 +359,7 @@ bool CacheItem::Impl::tryDisplayFormat(FileName & filename, string & from)
return false;
}
zipped_ = formats.isZippedFile(filename);
zipped_ = formats.isZippedFile(filename_);
if (zipped_) {
unzipped_filename_ = FileName::tempName(
filename_.toFilesystemEncoding());