Bill Filler wrote:
  nsresult rv=mWebNavigation->GetSessionHistory(getter_AddRefs(history));
  PRInt32 count=0;
  rv=history->GetCount(&count);
  rv=history->PurgeHistory(count);

That should work.  What's the exact rv of PurgeHistory?  Is it NS_OK?

-Boris
_______________________________________________
mozilla-embedding mailing list
[email protected]
http://mail.mozilla.org/listinfo/mozilla-embedding

Reply via email to