Code

switch back to cairo pdf importer temporarily
authorbuliabyak <buliabyak@users.sourceforge.net>
Thu, 12 Jul 2007 21:38:19 +0000 (21:38 +0000)
committerbuliabyak <buliabyak@users.sourceforge.net>
Thu, 12 Jul 2007 21:38:19 +0000 (21:38 +0000)
src/extension/init.cpp

index bf42e1d699b7df5b22e8d4704fdc5745b462f440..7121ee050616b05cdb0b53d52be16dd3abc83382 100644 (file)
@@ -131,10 +131,10 @@ init()
     Internal::CairoPsOutput::init();
 #endif
 #ifdef HAVE_POPPLER
-    Internal::PdfInput::init();
+    //Internal::PdfInput::init();
 #endif
 #ifdef HAVE_POPPLER_GLIB
-    if (0) {
+    if (1) {
     Internal::PdfInputCairo::init();
     }
 #endif