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
Родитель eb0d7b1270
Коммит d050903103
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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;