8e08a0a
--- kdegraphics-4.1.0/okular/generators/poppler/generator_pdf.cpp	(Revision 841347)
8e08a0a
+++ kdegraphics-4.1.0/okular/generators/poppler/generator_pdf.cpp	(Revision 841348)
8e08a0a
@@ -261,8 +261,6 @@
8e08a0a
     setFeature( FontInfo );
8e08a0a
     setFeature( PrintPostscript );
8e08a0a
     setFeature( ReadRawData );
8e08a0a
-    // update the configuration
8e08a0a
-    reparseConfig();
8e08a0a
     // generate the pixmapGeneratorThread
8e08a0a
     generatorThread = new PDFPixmapGeneratorThread( this );
8e08a0a
     connect(generatorThread, SIGNAL(finished()), this, SLOT(threadFinished()), Qt::QueuedConnection);
8e08a0a
@@ -392,7 +390,8 @@
8e08a0a
 
8e08a0a
     loadPages(pagesVector, 0, false);
8e08a0a
 
8e08a0a
-    setAAOptions();
8e08a0a
+    // update the configuration
8e08a0a
+    reparseConfig();
8e08a0a
 
8e08a0a
     // the file has been loaded correctly
8e08a0a
     return true;