зеркало из https://github.com/mozilla/pjs.git
Quick fix for small oops in bug 283219... calling wrong function, patch by smaug@welho.com
This commit is contained in:
Родитель
eb0d7b1270
Коммит
d050903103
|
@ -225,7 +225,7 @@ nsXFormsTriggerElement::AttributeSet(nsIAtom *aName, const nsAString &aValue)
|
||||||
parent->InsertBefore(mElement, next, getter_AddRefs(tmp));
|
parent->InsertBefore(mElement, next, getter_AddRefs(tmp));
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
nsXFormsControlStub::WillSetAttribute(aName, aValue);
|
nsXFormsControlStub::AttributeSet(aName, aValue);
|
||||||
}
|
}
|
||||||
|
|
||||||
return NS_OK;
|
return NS_OK;
|
||||||
|
|
Загрузка…
Ссылка в новой задаче