updated PurgeHistory() method with PR_TRUE boolean

This commit is contained in:
depstein%netscape.com 2002-02-10 06:24:45 +00:00
Родитель 2cb1de5abe
Коммит 1cc467d2ac
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -141,7 +141,7 @@ NS_IMETHODIMP CBrowserImpl::OnHistoryPurge(PRInt32 theNumEntries, PRBool *notify
{
QAOutput("nsIHistoryListener::OnHistoryPurge()", 2);
*notify = PR_FALSE;
*notify = PR_TRUE;
FormatAndPrintOutput("OnHistoryPurge() notification = ", *notify, 1);
FormatAndPrintOutput("OnHistoryPurge() theNumEntries = ", theNumEntries, 2);