Bug 246271 treecell does not respond immediately to src attribute changes r=varga sr=darin

git-svn-id: svn://10.0.0.236/trunk@157770 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
neil%parkwaycc.co.uk
2004-06-11 13:04:56 +00:00
parent 2a5341b440
commit 14f084452e

View File

@@ -858,6 +858,7 @@ nsTreeContentView::AttributeChanged(nsIDocument *aDocument,
if (aAttribute == nsXULAtoms::ref ||
aAttribute == nsXULAtoms::properties ||
aAttribute == nsXULAtoms::mode ||
aAttribute == nsHTMLAtoms::src ||
aAttribute == nsHTMLAtoms::value ||
aAttribute == nsHTMLAtoms::label) {
nsIContent* parent = aContent->GetParent();