diff options
| author | Dawit Alemayehu <[email protected]> | 2013-05-14 08:36:11 -0400 |
|---|---|---|
| committer | Dawit Alemayehu <[email protected]> | 2013-05-14 08:36:11 -0400 |
| commit | 799641859e92acacb33d0dc7c9eb659b651b0a18 (patch) | |
| tree | 5b7aaad6a07348713b0b6599ac633699e7c6d5e7 /src/search | |
| parent | cc4947d1ac3de7289a7baa4c0493b6df940e551b (diff) | |
| parent | fffbb5b583ffb5af2a7ff6b17104c23bf3b31727 (diff) | |
Merge remote-tracking branch 'origin/KDE/4.10'
Diffstat (limited to 'src/search')
| -rw-r--r-- | src/search/dolphinsearchbox.cpp | 2 |
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(); |
