extragear/graphics/digikam/utilities/setup

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

extragear/graphics/digikam/utilities/setup

F.J.Cruz
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