Bug 531174 [@ WriteBitmap], r=joe

This commit is contained in:
timeless@mozdev.org 2009-12-13 09:11:39 -08:00
parent 6d2c8ca062
commit 9f42a36dbb

View File

@ -604,6 +604,7 @@ nsWindowsShellService::SetDesktopBackground(nsIDOMElement* aElement,
nsCOMPtr<nsIDOMHTMLImageElement> imgElement(do_QueryInterface(aElement));
if (!imgElement) {
// XXX write background loading stuff!
return NS_ERROR_NOT_AVAILABLE;
}
else {
nsCOMPtr<nsIImageLoadingContent> imageContent =