Fix for bug # 21567. Mail composer urls get in to SH. This is a regression from some of

the recent uriLoader changes. r=mscott, a=don
This commit is contained in:
radha@netscape.com
1999-12-22 21:35:18 +00:00
parent 193aa3fb45
commit 545663efad
2 changed files with 2 additions and 2 deletions

View File

@@ -1959,7 +1959,7 @@ nsWebShell::LoadURL(const PRUnichar *aURLSpec,
SetHistoryState(aHistoryState);
/* Add the page to session history */
if (aModifyHistory && shist) {
if (aModifyHistory && shist && (!isMail)) {
PRInt32 ret;
ret = shist->Add(spec, this);
}