Use PR_FALSE, not false.

This commit is contained in:
cls%seawood.org 2001-07-03 08:43:46 +00:00
parent 38a3cc1191
commit 8b1cc424ec
2 changed files with 2 additions and 2 deletions

View File

@ -701,7 +701,7 @@ nsXULOutlinerBuilder::CycleHeader(const PRUnichar* aColID, nsIDOMElement* aEleme
childContent->GetTag(*getter_AddRefs(childTag));
if (childTag.get() == nsXULAtoms::outlinercol && childContent != header) {
childContent->UnsetAttribute(kNameSpaceID_None,
nsXULAtoms::sortDirection, false);
nsXULAtoms::sortDirection, PR_FALSE);
}
}
}

View File

@ -701,7 +701,7 @@ nsXULOutlinerBuilder::CycleHeader(const PRUnichar* aColID, nsIDOMElement* aEleme
childContent->GetTag(*getter_AddRefs(childTag));
if (childTag.get() == nsXULAtoms::outlinercol && childContent != header) {
childContent->UnsetAttribute(kNameSpaceID_None,
nsXULAtoms::sortDirection, false);
nsXULAtoms::sortDirection, PR_FALSE);
}
}
}