зеркало из https://github.com/mozilla/gecko-dev.git
88171 r=bienvenu sr=sspitzer; make undo work for multiple mail windows.
This commit is contained in:
Родитель
cfd6e3e365
Коммит
8ba53127c6
|
@ -5189,7 +5189,7 @@ nsresult
|
|||
nsImapMailFolder::SetTransactionManager(nsITransactionManager* txnMgr)
|
||||
{
|
||||
nsresult rv = NS_OK;
|
||||
if (txnMgr && !m_transactionManager)
|
||||
if (txnMgr)
|
||||
m_transactionManager = txnMgr;
|
||||
return rv;
|
||||
}
|
||||
|
|
|
@ -1508,7 +1508,7 @@ nsresult
|
|||
nsMsgLocalMailFolder::SetTransactionManager(nsITransactionManager* txnMgr)
|
||||
{
|
||||
nsresult rv = NS_OK;
|
||||
if (!mTxnMgr)
|
||||
if (txnMgr)
|
||||
mTxnMgr = do_QueryInterface(txnMgr, &rv);
|
||||
return rv;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче