[poppler] poppler/Gfx.cc
Carlos Garcia Campos
carlosgc at kemper.freedesktop.org
Sat Dec 12 08:25:32 PST 2009
poppler/Gfx.cc | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 62854051f4e47028147cc93a5faac39e2fa2c9fd
Author: Carlos Garcia Campos <carlosgc at gnome.org>
Date: Sat Dec 12 17:22:08 2009 +0100
Initialize profileCommands in Gfx constructor
diff --git a/poppler/Gfx.cc b/poppler/Gfx.cc
index 401b52e..69f99db 100644
--- a/poppler/Gfx.cc
+++ b/poppler/Gfx.cc
@@ -565,6 +565,7 @@ Gfx::Gfx(XRef *xrefA, OutputDev *outA, Dict *resDict, Catalog *catalogA,
catalog = catalogA;
subPage = gTrue;
printCommands = globalParams->getPrintCommands();
+ profileCommands = globalParams->getProfileCommands();
textHaveCSPattern = gFalse;
drawText = gFalse;
maskHaveCSPattern = gFalse;
More information about the poppler
mailing list