┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/search/dolphinsearchbox.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/search/dolphinsearchbox.cpp b/src/search/dolphinsearchbox.cpp
index 56e6543e7..ee425501d 100644
--- a/src/search/dolphinsearchbox.cpp
+++ b/src/search/dolphinsearchbox.cpp
@@ -74,7 +74,7 @@ QString DolphinSearchBox::text() const
void DolphinSearchBox::setSearchPath(const QUrl &url)
{
- if (url == m_searchPath) {
+ if (url == m_searchPath || !m_initialized) {
return;
}