summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorYoann Laissus <yoann.laissus@gmail.com>2010-04-14 12:17:01 +0200
committerYoann Laissus <yoann.laissus@gmail.com>2010-04-14 12:17:01 +0200
commit5a731041a743ccdeaeb91e30f420cd19676e63dd (patch)
tree755964e69ea3cd12a75344d2d06d318f2cb73e5e /src
parentDon't create "Open Folder in Tabs" action when there are only folders or sepa... (diff)
downloadrekonq-5a731041a743ccdeaeb91e30f420cd19676e63dd.tar.xz
Fix highlightAll() indentation :)
Diffstat (limited to 'src')
-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);
}