diff options
| author | Peter Penz <[email protected]> | 2011-04-20 21:19:46 +0200 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2011-04-20 21:21:26 +0200 |
| commit | 27a8c55ec9207ae00da91596ba390e835a066782 (patch) | |
| tree | 2536725509fcff07bdc7fa23dd6ebe34668b3fcc /src/dolphinviewcontainer.cpp | |
| parent | ae488b13186a4cb5d0bc5d7f23b07467d6638979 (diff) | |
Search improvements
Use Query::titleFromQueryUrl() to give a hint what kind of information
is shown to the user.
Diffstat (limited to 'src/dolphinviewcontainer.cpp')
| -rw-r--r-- | src/dolphinviewcontainer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphinviewcontainer.cpp b/src/dolphinviewcontainer.cpp index 15eb7f644..1042ece63 100644 --- a/src/dolphinviewcontainer.cpp +++ b/src/dolphinviewcontainer.cpp @@ -254,7 +254,7 @@ void DolphinViewContainer::setSearchModeEnabled(bool enabled) if (enabled) { KUrl url = m_urlNavigator->locationUrl(); m_searchBox->setText(QString()); - m_searchBox->setReadOnly(isSearchUrl(url)); + m_searchBox->setReadOnly(isSearchUrl(url), url); // Remember the most recent non-search URL as search path // of the search-box, so that it can be restored |
