This commit is contained in:
sspitzer%netscape.com 1999-06-16 03:51:08 +00:00
Родитель 68cc9abca3
Коммит bb7b1337ab
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -1274,6 +1274,7 @@ nsSessionHistory::Goto(PRInt32 aGotoIndex, nsIWebShell * prev)
mHistoryCurrentIndex = aGotoIndex;
return NS_OK;
}
NS_IMETHODIMP
@ -1342,6 +1343,7 @@ nsSessionHistory::canForward(PRBool & aResult)
else
aResult = PR_TRUE;
return NS_OK;
}
NS_IMETHODIMP
@ -1352,6 +1354,7 @@ nsSessionHistory::canBack(PRBool & aResult)
else
aResult = PR_TRUE;
return NS_OK;
}
NS_IMETHODIMP