From 521f826ad9fdbe791ab4bdbb962dbfe116e8c938 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Fri, 4 Dec 2009 00:18:24 +0000 Subject: Minor adjustments for searching: at least searching for tags works now again :-) svn path=/trunk/KDE/kdebase/apps/; revision=1058137 --- src/search/dolphinsearchbox.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/search/dolphinsearchbox.cpp') diff --git a/src/search/dolphinsearchbox.cpp b/src/search/dolphinsearchbox.cpp index 507becabd..1dcb381dd 100644 --- a/src/search/dolphinsearchbox.cpp +++ b/src/search/dolphinsearchbox.cpp @@ -61,8 +61,8 @@ DolphinSearchCompleter::DolphinSearchCompleter(KLineEdit* linedit) : foreach (const Nepomuk::Tag& tag, tags) { const QString tagText = tag.label(); addCompletionItem(tagText, - "tag:\"" + tagText + '\"', - i18nc("Tag as in Nepomuk::Tag", "Tag"), + "hasTag:\"" + tagText + '\"', + i18nc("Tag as in Nepomuk::Tag", "Tag"), // TODO: change to "hasTag" after msg freeze QString(), KIcon("mail-tagged")); } -- cgit v1.3