[poppler] Branch 'poppler-0.12' - poppler/Gfx.cc
Carlos Garcia Campos
carlosgc at kemper.freedesktop.org
Sat Dec 12 08:25:19 PST 2009
poppler/Gfx.cc | 1 +
1 file changed, 1 insertion(+)
New commits:
commit ec36133e2d3693a05836aadb96a722262d48fd39
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 2a4c9b8..60eb78a 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