summaryrefslogtreecommitdiff
path: root/src/findbar.cpp
diff options
context:
space:
mode:
authorYoann Laissus <yoann.laissus@gmail.com>2010-02-19 22:27:05 +0100
committerYoann Laissus <yoann.laissus@gmail.com>2010-02-19 22:27:05 +0100
commit8f9db7ef7ce4116c3ea7a34a49d5db04602b4c06 (patch)
treea200dfe6f757e52f7f1804a063bfe2466281d3b5 /src/findbar.cpp
parentFix a small regression : the color of the lineEdit of the findBar is not corr... (diff)
downloadrekonq-8f9db7ef7ce4116c3ea7a34a49d5db04602b4c06.tar.xz
Get rid of the selection of the next found expression when the checkbox matchCase is toggled
Diffstat (limited to 'src/findbar.cpp')
-rw-r--r--src/findbar.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/findbar.cpp b/src/findbar.cpp
index 2b464978..6b92f130 100644
--- a/src/findbar.cpp
+++ b/src/findbar.cpp
@@ -92,7 +92,7 @@ FindBar::FindBar(KMainWindow *mainwindow)
// Case sensitivity. Deliberately set so this is off by default.
m_matchCase->setCheckState(Qt::Unchecked);
m_matchCase->setTristate(false);
- connect(m_matchCase, SIGNAL(toggled(bool)), mainwindow, SLOT(findNext()));
+ connect(m_matchCase, SIGNAL(toggled(bool)), mainwindow, SLOT(matchCaseUpdate()));
layout->addWidget(m_matchCase);
// stretching widget on the left