зеркало из https://github.com/mozilla/pjs.git
Checking in fix by stephend: remove 'done' status message in mail Composer. b=90691, r=cmanske, sr=sfraser
This commit is contained in:
Родитель
95bbd7498e
Коммит
a26e65c14b
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче