bug 21918 typo in calling InsertRowGroups, r=sdagley,syd

git-svn-id: svn://10.0.0.236/trunk@56142 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
karnaze%netscape.com
1999-12-17 06:52:37 +00:00
parent a9c6930f9b
commit 538ae6631f
2 changed files with 2 additions and 2 deletions

View File

@@ -2141,7 +2141,7 @@ nsTableFrame::AppendFrames(nsIPresContext* aPresContext,
}
} else if (IsRowGroup(display->mDisplay)) {
// insert the rows into the table
InsertRowGroups(*aPresContext, aFrameList, GetRowCount());
InsertRowGroups(*aPresContext, f, GetRowCount());
// Append the new row group frame to the sibling chain
mFrames.AppendFrame(nsnull, f);