Closed Bug 633131 Opened 13 years ago Closed 13 years ago

Remove nsVoidArray from nsMsgCopyService

Categories

(MailNews Core :: Backend, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED
Thunderbird 3.3a3

People

(Reporter: standard8, Assigned: standard8)

References

(Blocks 1 open bug)

Details

Attachments

(1 file)

Attached patch The fixSplinter Review
Some more nsVoidArray cleanup that I did on a plane a while ago.
Attachment #511330 - Flags: review?(bienvenu)
Comment on attachment 511330 [details] [diff] [review]
The fix

this line might want rewrapping
-  if (NS_SUCCEEDED(rv) && copyRequest->m_allowUndo && copyRequest->m_copySourceArray.Count() > 1 &&
+  if (NS_SUCCEEDED(rv) && copyRequest->m_allowUndo && copyRequest->m_copySourceArray.Length() > 1 &&
       copyRequest->m_txnMgr)
Attachment #511330 - Flags: review?(bienvenu) → review+
Checked in: http://hg.mozilla.org/comm-central/rev/f8a93b79758c
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → Thunderbird 3.3a3
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: