diff options
| author | Andrea Diamantini <adjam7@gmail.com> | 2010-09-11 23:33:04 +0200 | 
|---|---|---|
| committer | Andrea Diamantini <adjam7@gmail.com> | 2010-09-11 23:33:04 +0200 | 
| commit | 76debe817e0bfcb0d69d6474b44c41dea76d7558 (patch) | |
| tree | c7a415082525413e233ef750b3caa38bf078637e /src/history/historymanager.cpp | |
| parent | rekonq 0.5.88 (diff) | |
| parent | Switch QLatin1String to QL1S (diff) | |
| download | rekonq-76debe817e0bfcb0d69d6474b44c41dea76d7558.tar.xz | |
Merge commit 'refs/merge-requests/208' of git://gitorious.org/rekonq/mainline into m208
Diffstat (limited to 'src/history/historymanager.cpp')
| -rw-r--r-- | src/history/historymanager.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/history/historymanager.cpp b/src/history/historymanager.cpp index 4a3039f3..4a2c0459 100644 --- a/src/history/historymanager.cpp +++ b/src/history/historymanager.cpp @@ -240,7 +240,7 @@ QList<HistoryItem> HistoryManager::find(const QString &text)          int index = m_historyFilterModel->historyLocation(url);          HistoryItem item = m_history.at(index); -        QStringList words = text.split(" "); +        QStringList words = text.split(' ');          bool matches = true;          foreach (const QString &word, words)          { | 
