Quick fix for small oops in bug 283219... calling wrong function, patch by smaug@welho.com

This commit is contained in:
allan%beaufour.dk 2005-03-02 15:26:55 +00:00
parent ae414451b4
commit 8c8a0f54c2

View File

@ -225,7 +225,7 @@ nsXFormsTriggerElement::AttributeSet(nsIAtom *aName, const nsAString &aValue)
parent->InsertBefore(mElement, next, getter_AddRefs(tmp));
}
} else {
nsXFormsControlStub::WillSetAttribute(aName, aValue);
nsXFormsControlStub::AttributeSet(aName, aValue);
}
return NS_OK;