Skip to content
Snippets Groups Projects
Commit ec51c345 authored by pinkerton%netscape.com's avatar pinkerton%netscape.com
Browse files

don't look in xul namespace for "src" attribute. Images show up again....

don't look in xul namespace for "src" attribute. Images show up again. permission to checkin to closed tree by sar.
parent 8f84305d
No related branches found
No related tags found
No related merge requests found
......@@ -1048,7 +1048,7 @@ nsTitledButtonFrame::ImageMayHaveChanged(nsIPresContext* aPresContext)
// get the new image src
nsString src = "";
mContent->GetAttribute(nsXULAtoms::nameSpaceID, nsHTMLAtoms::src, src);
mContent->GetAttribute(kNameSpaceID_None, nsHTMLAtoms::src, src);
// if the new image is empty
if (src.Equals("")) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment