From 0b925e0231755f585afce75d42920b6c76df5381 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Sun, 6 Feb 2011 13:44:30 +0100 Subject: Fix issue that filenamesearch: is used instead of nepmuksearch: --- src/search/dolphinsearchbox.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/search/dolphinsearchbox.cpp b/src/search/dolphinsearchbox.cpp index dfffff4bb..e3024b6e0 100644 --- a/src/search/dolphinsearchbox.cpp +++ b/src/search/dolphinsearchbox.cpp @@ -119,7 +119,7 @@ KUrl DolphinSearchBox::urlForSearching() const { KUrl url; const DolphinSearchInformation& searchInfo = DolphinSearchInformation::instance(); - if (searchInfo.isIndexingEnabled() && searchInfo.isPathIndexed(url)) { + if (searchInfo.isIndexingEnabled() && searchInfo.isPathIndexed(m_searchPath)) { url = nepomukUrlForSearching(); } else { url.setProtocol("filenamesearch"); -- cgit v1.3