зеркало из https://github.com/mozilla/pjs.git
Fix for bug 47497 (tree blocker). We should not pass rv to the call do_queryInterface in this case because failure here doesn't mean that the whole function failed. R=bienvenu
This commit is contained in:
Родитель
4b1c20f376
Коммит
2e9bc29abe
|
@ -2346,7 +2346,7 @@ NS_IMETHODIMP nsMsgLocalMailFolder::EndCopy(PRBool copySucceeded)
|
|||
|
||||
|
||||
nsCOMPtr<nsIMsgFolder> srcFolder;
|
||||
srcFolder = do_QueryInterface(mCopyState->m_srcSupport, &rv);
|
||||
srcFolder = do_QueryInterface(mCopyState->m_srcSupport);
|
||||
if (srcFolder)
|
||||
srcFolder->NotifyFolderEvent(mDeleteOrMoveMsgCompletedAtom);
|
||||
ClearCopyState();
|
||||
|
|
Загрузка…
Ссылка в новой задаче