[Digikam-devel] extragear/graphics/digikam/utilities/setup

Francisco J. Cruz fj.cruz at supercable.es
Thu Dec 8 15:27:54 GMT 2005


SVN commit 486727 by fjcruz:

Minor bug has been fixed when reading settings for color management stuff.

CCMAIL:digikam-devel at kde.org

 M  +1 -1      setupicc.cpp  


--- trunk/extragear/graphics/digikam/utilities/setup/setupicc.cpp #486726:486727
@@ -280,7 +280,7 @@
     m_renderingIntent->setCurrentItem(config->readNumEntry("RenderingIntent", 0));
     m_ICCfilesPath["InProfile"]=config->readPathEntry("InProfileFile");
     m_ICCfilesPath["WorkProfile"] = config->readPathEntry("WorkProfileFile");
-    m_ICCfilesPath["MonitorProfile"] = config->readPathEntry("WorkProfileFile");
+    m_ICCfilesPath["MonitorProfile"] = config->readPathEntry("MonitorProfileFile");
     m_ICCfilesPath["ProofProfile"] = config->readPathEntry("ProofProfileFile");
     kdDebug() << "Profile Path: " << m_ICCfilesPath["InProfile"] << endl;
     kdDebug() << "Profile Path: " << m_ICCfilesPath["WorkProfile"] << endl;



More information about the Digikam-devel mailing list