[Digikam-devel] [Bug 130381] automatic colorbalance and camera color balance checkboxes swapped
Gilles Caulier
caulier.gilles at free.fr
Fri Jul 7 08:29:40 BST 2006
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=130381
caulier.gilles free fr changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From caulier.gilles free fr 2006-07-07 09:29 -------
SVN commit 559363 by cgilles:
Fix swaped dcraw color balance settings
BUG: 130381
M +2 -2 setupiofiles.cpp
--- trunk/extragear/graphics/digikam/utilities/setup/setupiofiles.cpp #559362:559363
@ -333,8 +333,8 @
d->NRSigmaRange->setValue( config->readDoubleNumEntry("NRSigmaRange", 4.0) );
d->SuperCCDsecondarySensor->setChecked(config->readBoolEntry("SuperCCDsecondarySensor", false));
d->unclipColors->setChecked(config->readBoolEntry("UnclipColors", false));
- d->cameraColorBalance->setChecked(config->readBoolEntry("AutomaticColorBalance", true));
- d->automaticColorBalance->setChecked(config->readBoolEntry("CameraColorBalance", true));
+ d->cameraColorBalance->setChecked(config->readBoolEntry("CameraColorBalance", true));
+ d->automaticColorBalance->setChecked(config->readBoolEntry("AutomaticColorBalance", true));
d->RGBInterpolate4Colors->setChecked(config->readBoolEntry("RGBInterpolate4Colors", false));
d->JPEGcompression->setValue( config->readNumEntry("JPEGCompression", 75) );
More information about the Digikam-devel
mailing list