SVN commit 486727 by fjcruz:
Minor bug has been fixed when reading settings for color management stuff.
CCMAIL:
[hidden email]
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;
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel