summaryrefslogtreecommitdiff
path: root/src/webpage.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/webpage.cpp')
-rw-r--r--src/webpage.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/webpage.cpp b/src/webpage.cpp
index 9dee0967..43d81053 100644
--- a/src/webpage.cpp
+++ b/src/webpage.cpp
@@ -365,7 +365,7 @@ void WebPage::handleUnsupportedContent(QNetworkReply *reply)
UrlBar *bar = tab->urlBar();
bar->setQUrl(replyUrl);
- rApp->mainWindow()->updateActions();
+ rApp->mainWindow()->updateHistoryActions();
}
else
{
@@ -484,7 +484,7 @@ void WebPage::manageNetworkErrors(QNetworkReply *reply)
UrlBar *bar = tab->urlBar();
bar->setQUrl(_loadingUrl);
- rApp->mainWindow()->updateActions();
+ rApp->mainWindow()->updateHistoryActions();
}
}
break;