Bug 193163

Summary: Digikam ignores settings on the rating stars
Product: [Applications] digikam Reporter: Michael <m.mickey>
Component: Albums-FiltersAssignee: Digikam Developers <digikam-bugs-null>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: 1.0.0   
Target Milestone: ---   
Platform: Ubuntu   
OS: Linux   
Latest Commit: Version Fixed In: 1.0.0

Description Michael 2009-05-18 23:15:37 UTC
Version:            (using KDE 4.2.2)
OS:                Linux
Installed from:    Ubuntu Packages

Hi, 

I have SVN 969703.
Digikam ignores the settings "less then or equal" and "equal" on the stars, it always displays greater or equal...

greets mike
Comment 1 Médéric Boquien 2009-05-19 01:12:42 UTC
SVN commit 969802 by mboquien:

Filtering did not work for anything other than "Greater than or equals" because a method had "ratingCond   = ratingCondition;" where one was the object member and the other one was the method 
parameter. Apparently the object member took precedence over the paremeter so only the default setting worked.

BUG:193163


 M  +2 -2      imagefiltersettings.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=969802