[poppler] poppler/qt4/src: poppler-document.cc,1.21,1.22
Albert Astals Cid
aacid at kemper.freedesktop.org
Tue Jul 25 11:39:59 PDT 2006
Update of /cvs/poppler/poppler/qt4/src
In directory kemper:/tmp/cvs-serv20214/qt4/src
Modified Files:
poppler-document.cc
Log Message:
* qt4/src/poppler-document.cc: Obey kdeprint masters in that a library
should output as much device independent PS as posible, so disabling
duplex printing for default is a good idea.
Index: poppler-document.cc
===================================================================
RCS file: /cvs/poppler/poppler/qt4/src/poppler-document.cc,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- poppler-document.cc 25 Jun 2006 16:59:31 -0000 1.21
+++ poppler-document.cc 25 Jul 2006 18:39:57 -0000 1.22
@@ -397,7 +397,7 @@
bool Document::print(const QString &file, const QList<int> pageList, double hDPI, double vDPI, int rotate, int paperWidth, int paperHeight)
{
- PSOutputDev *psOut = new PSOutputDev(file.toLatin1().data(), m_doc->doc.getXRef(), m_doc->doc.getCatalog(), 1, m_doc->doc.getNumPages(), psModePS, paperWidth, paperHeight);
+ PSOutputDev *psOut = new PSOutputDev(file.toLatin1().data(), m_doc->doc.getXRef(), m_doc->doc.getCatalog(), 1, m_doc->doc.getNumPages(), psModePS, paperWidth, paperHeight, gFalse);
if (psOut->isOk())
{
More information about the poppler
mailing list