Closed Bug 629383 Opened 14 years ago Closed 14 years ago

Port |Bug 628258 - inverted method arguments in treeView.js::_buildVisibleSection| to SeaMonkey

Categories

(SeaMonkey :: Bookmarks & History, defect)

defect
Not set
trivial

Tracking

(Not tracked)

RESOLVED FIXED
seamonkey2.1b2

People

(Reporter: InvisibleSmiley, Assigned: InvisibleSmiley)

References

Details

Attachments

(1 file)

Neil noted this in bug 520659 comment 66: > > _buildVisibleSection: > >- function PTV__buildVisibleSection(aContainer, aVisible, aToOpen, aVisibleStartIndex) > >+ function PTV__buildVisibleSection(aContainer, aFirstChildRow, aToOpen) > > { > ... > >- this._buildVisibleSection(curChild, aVisible, aToOpen, aVisibleStartIndex); > >+ rowsAddedCounter += this._buildVisibleSection(curChild, aToOpen, > >+ row + 1); > Oops... should have been (curChild, row + 1, aToOpen);
Attachment #507473 - Flags: review?(neil)
Attachment #507473 - Flags: review?(neil) → review+
Attachment #507473 - Attachment description: patch → patch [Checkin: comment 1]
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Target Milestone: --- → seamonkey2.1b2
No longer blocks: FF2SM
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: