From b095996ddaac62b2a9fef4be94ee15d71ac7183b Mon Sep 17 00:00:00 2001 From: Tommaso Cucinotta Date: Tue, 20 Sep 2011 19:45:31 +0000 Subject: [PATCH] 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 --- src/graphics/GraphicsCacheItem.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/graphics/GraphicsCacheItem.cpp b/src/graphics/GraphicsCacheItem.cpp index e4bfb019f9..fafa78bdcb 100644 --- a/src/graphics/GraphicsCacheItem.cpp +++ b/src/graphics/GraphicsCacheItem.cpp @@ -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()); -- 2.39.2