This commit is contained in:
tbogard%aol.net 2000-03-15 09:39:20 +00:00
Родитель 583445109a
Коммит 870fe5cf13
1 изменённых файлов: 1 добавлений и 2 удалений

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

@ -98,8 +98,7 @@ NS_IMETHODIMP nsMyObserver::Notify(
if(mNotifyByReload) {
rv = mWebShellSvc->SetRendering( PR_FALSE);
rv = mWebShellSvc->StopDocumentLoad();
rv = mWebShellSvc->ReloadDocument( aCharset, kCharsetFromAutoDetection,
mCommand.Length()>0 ? mCommand.GetBuffer() : nsnull);
rv = mWebShellSvc->ReloadDocument(aCharset, kCharsetFromAutoDetection);
} else {
nsAutoString newcharset(aCharset);
if(mWeakRefDocument) {