зеркало из https://github.com/mozilla/gecko-dev.git
fix 271644 crash in nsFolderCompactState after compacting offline imap stores, sr=mscott
This commit is contained in:
Родитель
67012594e7
Коммит
fc290eacdb
|
@ -457,10 +457,13 @@ nsFolderCompactState::ReleaseFolderLock()
|
|||
|
||||
void nsFolderCompactState::ShowDoneStatus()
|
||||
{
|
||||
nsXPIDLString statusString;
|
||||
nsresult rv = m_folder->GetStringWithFolderNameFromBundle("compactingDone", getter_Copies(statusString));
|
||||
if (statusString && NS_SUCCEEDED(rv))
|
||||
ShowStatusMsg(statusString);
|
||||
if (m_folder)
|
||||
{
|
||||
nsXPIDLString statusString;
|
||||
nsresult rv = m_folder->GetStringWithFolderNameFromBundle("compactingDone", getter_Copies(statusString));
|
||||
if (statusString && NS_SUCCEEDED(rv))
|
||||
ShowStatusMsg(statusString);
|
||||
}
|
||||
}
|
||||
|
||||
nsresult
|
||||
|
|
Загрузка…
Ссылка в новой задаче