diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-04-15 23:57:22 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-04-15 23:57:22 +0200 |
commit | d81fcde14089fee3a1c64fc647f4cc77c9efd7af (patch) | |
tree | 16a6d09cc778d553b0b5f90bff83c6e3bad532b9 /src/mainwindow.cpp | |
parent | Mouse move autoscroll implementation (diff) | |
parent | Fix highlightAll() indentation :) (diff) | |
download | rekonq-d81fcde14089fee3a1c64fc647f4cc77c9efd7af.tar.xz |
Merge commit 'refs/merge-requests/124' of git://gitorious.org/rekonq/mainline into m124
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r-- | src/mainwindow.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index abee13d5..898aa842 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -845,8 +845,8 @@ void MainWindow::highlightAll() if(m_findBar->highlightAllState() && !m_findBar->isHidden()) { - if (m_findBar->matchCase()) - options |= QWebPage::FindCaseSensitively; + if (m_findBar->matchCase()) + options |= QWebPage::FindCaseSensitively; currentTab()->view()->findText(m_lastSearch, options); } |