summaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2010-04-15 23:57:22 +0200
committerAndrea Diamantini <adjam7@gmail.com>2010-04-15 23:57:22 +0200
commitd81fcde14089fee3a1c64fc647f4cc77c9efd7af (patch)
tree16a6d09cc778d553b0b5f90bff83c6e3bad532b9 /src/mainwindow.cpp
parentMouse move autoscroll implementation (diff)
parentFix highlightAll() indentation :) (diff)
downloadrekonq-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.cpp4
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);
}