┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/search/dolphinsearchbox.cpp
diff options
context:
space:
mode:
authorDawit Alemayehu <[email protected]>2013-05-14 08:36:11 -0400
committerDawit Alemayehu <[email protected]>2013-05-14 08:36:11 -0400
commit799641859e92acacb33d0dc7c9eb659b651b0a18 (patch)
tree5b7aaad6a07348713b0b6599ac633699e7c6d5e7 /src/search/dolphinsearchbox.cpp
parentcc4947d1ac3de7289a7baa4c0493b6df940e551b (diff)
parentfffbb5b583ffb5af2a7ff6b17104c23bf3b31727 (diff)
Merge remote-tracking branch 'origin/KDE/4.10'
Diffstat (limited to 'src/search/dolphinsearchbox.cpp')
-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 08d043392..ef9c2bfcf 100644
--- a/src/search/dolphinsearchbox.cpp
+++ b/src/search/dolphinsearchbox.cpp
@@ -159,7 +159,7 @@ void DolphinSearchBox::selectAll()
void DolphinSearchBox::setReadOnly(bool readOnly, const KUrl& query)
{
- if (m_readOnly != readOnly) {
+ if (m_readOnly != readOnly || m_readOnlyQuery != query) {
m_readOnly = readOnly;
m_readOnlyQuery = query;
applyReadOnlyState();