diff options
Diffstat (limited to 'src/mainview.cpp')
-rw-r--r-- | src/mainview.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainview.cpp b/src/mainview.cpp index b164c72b..ec838ff4 100644 --- a/src/mainview.cpp +++ b/src/mainview.cpp @@ -615,7 +615,6 @@ void MainView::webViewTitleChanged(const QString &title) tabBar()->setTabHighlighted(index); } - rApp->historyManager()->updateHistoryEntry(tab->url(), tabTitle); if (ReKonfig::hoveringTabOption() == 1) tabBar()->setTabToolTip(index, tabTitle.remove('&')); } |