From 0a6fb4334297912500770fda896c8d56872a6fa6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20E=2E=20Narv=C3=A1ez?= Date: Tue, 21 Feb 2012 02:29:01 -0500 Subject: Hook the urlChanged Signal to History Actions Update This catches navigation to named anchors REVIEW: 104035 cherry-picked from 79c808a --- src/mainview.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/mainview.cpp b/src/mainview.cpp index 8c637639..19e5531d 100644 --- a/src/mainview.cpp +++ b/src/mainview.cpp @@ -629,6 +629,8 @@ void MainView::webViewUrlChanged(const QUrl &url) int index = indexOf(view->parentWidget()); if (ReKonfig::hoveringTabOption() == 2) tabBar()->setTabToolTip(index, url.toString()); + + rApp->mainWindow()->updateHistoryActions(); } -- cgit v1.2.1