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