[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    branches/extragear/graphics/digikam/core/libs/threadimageio
From:       Marcel Wiesweg <marcel.wiesweg () gmx ! de>
Date:       2011-01-06 15:09:44
Message-ID: 20110106150944.4F6C6AC8B0 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1212333 by mwiesweg:

Fix comparison.

Because of this bug, the following always failed:
DRawDecoding a = b;
if (a == b) { ... } // returned false

BUG: 262303


 M  +1 -1      loadingdescription.cpp  


--- branches/extragear/graphics/digikam/core/libs/threadimageio/loadingdescription.cpp #1212332:1212333
@@ -271,7 +271,7 @@
 bool LoadingDescription::operator==(const LoadingDescription& other) const
 {
     return filePath                 == other.filePath                   &&
-           rawDecodingSettings      == other.rawDecodingSettings.rawPrm &&
+           rawDecodingSettings      == other.rawDecodingSettings        &&
            previewParameters        == other.previewParameters          &&
            postProcessingParameters == other.postProcessingParameters;
 }
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic