diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-03-29 07:49:41 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-03-29 07:49:41 +0200 |
commit | 76ff257898ea60c37cb20cff320d7c747c4a8b3c (patch) | |
tree | 7419c4fa1ed6d918d3b126f0e211ceadab81e927 /src/mainwindow.cpp | |
parent | DBUS service name (diff) | |
download | rekonq-76ff257898ea60c37cb20cff320d7c747c4a8b3c.tar.xz |
Search wrap
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r-- | src/mainwindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index ed347bef..c459fc42 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -596,7 +596,7 @@ void MainWindow::slotFindPrevious() { if (!currentTab() && m_lastSearch.isEmpty()) return; - if (!currentTab()->findText(m_lastSearch, QWebPage::FindBackward)) + if (!currentTab()->findText(m_lastSearch, QWebPage::FindBackward | QWebPage::FindWrapsAroundDocument)) { slotUpdateStatusbar(QString(m_lastSearch) + i18n(" not found.")); } |