Closed Bug 442337 Opened 16 years ago Closed 16 years ago

GetSelectedIndices busted

Categories

(Thunderbird :: Mail Window Front End, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED
Thunderbird 3

People

(Reporter: rkent, Assigned: rkent)

References

Details

(Keywords: regression)

Attachments

(1 file)

As a regression from bug 442256, the function GetSelectedIndices in mozilla/mail/base/content/msgMail3PaneWindow.js is busted. Here's a snapshot of the new code:

function GetSelectedIndices(dbView)
{
  try {
    return dbview.getIndicesForSelection({});

That is, dbview should be dbView

Patch to follow.
Attached patch v to VSplinter Review
Attachment #327161 - Flags: superreview?(bienvenu)
Attachment #327161 - Flags: review?(bienvenu)
Comment on attachment 327161 [details] [diff] [review]
v to V

thx, Kent.
Attachment #327161 - Flags: superreview?(bienvenu)
Attachment #327161 - Flags: superreview+
Attachment #327161 - Flags: review?(bienvenu)
Attachment #327161 - Flags: review+
Keywords: checkin-needed
This was checked in by Neil:

2008-06-27 13:39	neil%parkwaycc.co.uk 	mozilla/mail/base/content/msgMail3PaneWindow.js 	1.159
Keywords: checkin-needed
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Blocks: 442256
Keywords: regression
Target Milestone: --- → Thunderbird 3
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: