r13893 by fschmid - Fixed Bug #8370, applied patch attached to the bug.

scribus-commit scribus-commit at lists.scribus.net
Wed Aug 26 05:51:30 CEST 2009


Revision: 13893
Author: fschmid
Date: 2009-08-21T18:35:25.382509Z
Commit message: Fixed Bug #8370, applied patch attached to the bug.

Changeset: 
M  /trunk/Scribus/scribus/pdflib_core.cpp

Diffs:
Index: scribus/pdflib_core.cpp
===================================================================
--- scribus/pdflib_core.cpp	(revision 13892)
+++ scribus/pdflib_core.cpp	(revision 13893)
@@ -6819,6 +6819,7 @@
 		ImInfo2 = SharedImages[fn];
 	if ((!SharedImages.contains(fn))
 		 || (fromAN)
+		 || (c->asLatexFrame())
 		 || (c->effectsInUse.count() != 0)
 		 || ((ImInfo2.origXsc != ImInfo.origXsc) || (ImInfo2.origYsc != ImInfo.origYsc))
 		 || (ImInfo2.RequestProps != c->pixm.imgInfo.RequestProps))




More information about the scribus-commit mailing list