┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/search
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2010-02-23 15:46:43 +0000
committerPeter Penz <[email protected]>2010-02-23 15:46:43 +0000
commite6ba74c5ae544dbc55c5e258adc7f23924993e5b (patch)
treeb56162d4670541542b5e38105be82e47dbb9f523 /src/search
parent661c0ae4d37eba4ddcd90d88659c274d158530de (diff)
ups: I forgot to set the and-term for the file query in the last commit
CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=1095055
Diffstat (limited to 'src/search')
-rw-r--r--src/search/dolphinsearchoptionsconfigurator.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/search/dolphinsearchoptionsconfigurator.cpp b/src/search/dolphinsearchoptionsconfigurator.cpp
index 379ea8e86..1bb3e30cf 100644
--- a/src/search/dolphinsearchoptionsconfigurator.cpp
+++ b/src/search/dolphinsearchoptionsconfigurator.cpp
@@ -359,6 +359,7 @@ Nepomuk::Query::Query DolphinSearchOptionsConfigurator::nepomukQuery() const
// "From Here" is selected as location filter
Nepomuk::Query::FileQuery fileQuery;
fileQuery.addIncludeFolder(m_directory);
+ fileQuery.setTerm(andTerm);
return fileQuery;
}