diff --git a/mozilla/editor/composer/src/nsEditorShell.cpp b/mozilla/editor/composer/src/nsEditorShell.cpp index 602d4b68330..542ee8204b4 100644 --- a/mozilla/editor/composer/src/nsEditorShell.cpp +++ b/mozilla/editor/composer/src/nsEditorShell.cpp @@ -4662,9 +4662,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