rpms/kdegraphics/devel kdegraphics-4.1.0-update-configuration.patch, NONE, 1.1

Than Ngo (than) fedora-extras-commits at redhat.com
Tue Aug 12 13:31:41 UTC 2008


Author: than

Update of /cvs/extras/rpms/kdegraphics/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18157

Added Files:
	kdegraphics-4.1.0-update-configuration.patch 
Log Message:
update all the configuration each time a document is open in okular


kdegraphics-4.1.0-update-configuration.patch:

--- NEW FILE kdegraphics-4.1.0-update-configuration.patch ---
--- 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;




More information about the fedora-extras-commits mailing list