┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2009-12-04 23:54:42 +0000
committerPeter Penz <[email protected]>2009-12-04 23:54:42 +0000
commit1205646e4f60d48173c932b7394517abd24d336b (patch)
tree305b91e48630c7d183ecd35854e722297b386a02
parentb5c9f832d021f358a87fdd6e6e8a86f7b60767bf (diff)
Fixed searching by rating. After the kdelibs fix in nepomuk now searching by date, tags and rating work. Searching by size is still open...
svn path=/trunk/KDE/kdebase/apps/; revision=1058710
-rw-r--r--src/search/searchcriterionselector.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/search/searchcriterionselector.cpp b/src/search/searchcriterionselector.cpp
index f9c122d46..641690536 100644
--- a/src/search/searchcriterionselector.cpp
+++ b/src/search/searchcriterionselector.cpp
@@ -232,7 +232,7 @@ void SearchCriterionSelector::createDescriptions()
RatingValue* ratingValue = new RatingValue(this);
ratingValue->hide();
SearchCriterionDescription rating(i18nc("@label", "Rating:"),
- Soprano::Vocabulary::NAO::rating(),
+ Soprano::Vocabulary::NAO::numericRating(),
ratingComps,
ratingValue);
Q_ASSERT(static_cast<int>(SearchCriterionSelector::Rating) == 3);