Bug 531174 [@ WriteBitmap], r=joe

This commit is contained in:
timeless@mozdev.org 2009-12-13 09:11:39 -08:00
Родитель 6d2c8ca062
Коммит 9f42a36dbb
1 изменённых файлов: 1 добавлений и 0 удалений

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

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