[arch-commits] Commit in kdegraphics/trunk (fix-printing-in-okular.patch)

Thomas Baechler thomas at archlinux.org
Wed Aug 20 20:45:49 UTC 2008


    Date: Wednesday, August 20, 2008 @ 16:45:49
  Author: thomas
Revision: 9907

add okular printing fix

Added:
  kdegraphics/trunk/fix-printing-in-okular.patch

------------------------------+
 fix-printing-in-okular.patch |   12 ++++++++++++
 1 file changed, 12 insertions(+)

Added: fix-printing-in-okular.patch
===================================================================
--- fix-printing-in-okular.patch	                        (rev 0)
+++ fix-printing-in-okular.patch	2008-08-20 20:45:49 UTC (rev 9907)
@@ -0,0 +1,12 @@
+--- branches/KDE/4.1/kdegraphics/okular/generators/poppler/generator_pdf.cpp	2008/08/20 14:09:12	849950
++++ branches/KDE/4.1/kdegraphics/okular/generators/poppler/generator_pdf.cpp	2008/08/20 14:09:26	849951
+@@ -868,6 +868,9 @@
+     {
+         userMutex()->unlock();
+         delete psConverter;
++#ifdef HAVE_POPPLER_0_7
++        tf.close();
++#endif
+         int ret = Okular::FilePrinter::printFile( printer, tempfilename,
+                                                   Okular::FilePrinter::SystemDeletesFiles,
+                                                   Okular::FilePrinter::ApplicationSelectsPages,




More information about the arch-commits mailing list