Fix for 95475. r=jag, sr=ben, a=dbaron

This commit is contained in:
hyatt@netscape.com
2001-08-25 02:01:08 +00:00
parent e14f6ad0da
commit 7a898f35d2
153 changed files with 286 additions and 148 deletions

View File

@@ -235,6 +235,7 @@ nsGfxCheckboxControlFrame::AttributeChanged(nsIPresContext* aPresContext,
nsIContent* aChild,
PRInt32 aNameSpaceID,
nsIAtom* aAttribute,
PRInt32 aModType,
PRInt32 aHint)
{
if ( aAttribute == GetTristateAtom() ) {
@@ -254,7 +255,7 @@ nsGfxCheckboxControlFrame::AttributeChanged(nsIPresContext* aPresContext,
}
}
else
return nsFormControlFrame::AttributeChanged(aPresContext, aChild, aNameSpaceID, aAttribute, aHint);
return nsFormControlFrame::AttributeChanged(aPresContext, aChild, aNameSpaceID, aAttribute, aModType, aHint);
return NS_OK;
}