Checking in fix by stephend: remove 'done' status message in mail Composer. b=90691, r=cmanske, sr=sfraser

This commit is contained in:
cmanske%netscape.com 2002-09-13 20:03:05 +00:00
Родитель 95bbd7498e
Коммит a26e65c14b
1 изменённых файлов: 5 добавлений и 3 удалений

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

@ -4393,9 +4393,11 @@ nsresult nsEditorShell::EndPageLoad(nsIDOMWindow *aDOMWindow,
return NS_ERROR_ABORT;
}
nsAutoString doneText;
GetBundleString(NS_LITERAL_STRING("LoadingDone"), doneText);
SetChromeAttribute(mDocShell, "statusText", NS_LITERAL_STRING("label"), doneText);
if (!mMailCompose) {
nsAutoString doneText;
GetBundleString(NS_LITERAL_STRING("LoadingDone"), doneText);
SetChromeAttribute(mDocShell, "statusText", NS_LITERAL_STRING("label"), doneText);
}
//
// By this time, we know that the page did not contain any frames