From 7ce7726d0d0ba8d84eeb8bc730f4426751bc6e85 Mon Sep 17 00:00:00 2001 From: "radha%netscape.com" Date: Wed, 4 Aug 1999 22:44:59 +0000 Subject: [PATCH] Pass url load type LOAD_HISTORY when loading a url due to a back or forward button click git-svn-id: svn://10.0.0.236/trunk@42221 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/xpfe/appshell/src/nsSessionHistory.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/xpfe/appshell/src/nsSessionHistory.cpp b/mozilla/xpfe/appshell/src/nsSessionHistory.cpp index 9aea0711d0b..8bca24f583d 100644 --- a/mozilla/xpfe/appshell/src/nsSessionHistory.cpp +++ b/mozilla/xpfe/appshell/src/nsSessionHistory.cpp @@ -468,7 +468,7 @@ nsHistoryEntry::Load(nsIWebShell * aPrevEntry, PRBool aIsReload) { PRInt32 ccount=0; prev->GetChildCount(ccount); - prev->LoadURL(cURL, nsnull, PR_FALSE); + prev->LoadURL(cURL, nsnull, PR_FALSE, (nsLoadFlags) LOAD_HISTORY); if (aIsReload && (ccount > 0)) { /* If this is a reload, on a page with frames, you want to return * true so that consecutive calls by the frame children in to