summaryrefslogtreecommitdiff
path: root/src/mainview.cpp
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2011-02-10 19:13:11 +0100
committerAndrea Diamantini <adjam7@gmail.com>2011-02-10 19:13:36 +0100
commitb08d50a8abd0ce4463ec99bb754986f640cf28fa (patch)
treef51c6f4a7725fc37b23b9ee2bcdbf6781f7896be /src/mainview.cpp
parenthighlights inactive tabs if title changes (diff)
downloadrekonq-b08d50a8abd0ce4463ec99bb754986f640cf28fa.tar.xz
Revert "highlights inactive tabs if title changes"
It seems that while me and pierre (with our lazy eyes) found this good, Benjamin found some glitches to fix :) Waiting for a better patch... This reverts commit fc669e0bf82018baa70a8b59529e1a571d5ad820.
Diffstat (limited to 'src/mainview.cpp')
-rw-r--r--src/mainview.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mainview.cpp b/src/mainview.cpp
index af7a9511..66c86bc5 100644
--- a/src/mainview.cpp
+++ b/src/mainview.cpp
@@ -266,8 +266,6 @@ void MainView::currentChanged(int index)
m_widgetBar->currentWidget()->setFocus();
else
tab->view()->setFocus();
-
- tabBar()->setTabHighlighted(index, false);
}
@@ -576,10 +574,6 @@ void MainView::webViewTitleChanged(const QString &title)
{
emit currentTitle(viewTitle);
}
- else
- {
- tabBar()->setTabHighlighted(index, true);
- }
Application::historyManager()->updateHistoryEntry(tab->url(), tabTitle);
if (ReKonfig::hoveringTabOption() == 1)
tabBar()->setTabToolTip(index, tabTitle.remove('&'));