Fix for crashing when sending later fails - Bug #57851

This commit is contained in:
rhp%netscape.com 2000-10-30 21:18:04 +00:00
Родитель 1aff5c6c56
Коммит e0d6c46191
1 изменённых файлов: 0 добавлений и 3 удалений

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

@ -1793,9 +1793,6 @@ nsMsgComposeSendListener::OnStopCopy(nsresult aStatus)
#endif
mComposeObj->NotifyStateListeners(nsMsgCompose::eSaveAndSendProcessDone);
mComposeObj->ShowWindow(PR_TRUE);
// Need to relelase the mComposeObj...
mComposeObj->mMsgSend = nsnull;
}
}