Fix for bug 817497 (Generic extension icons do not display anymore in Add-ons Manager). r=dolske.

--HG--
extra : rebase_source : 3a05f0f88c72545cffd27487a2e62668d2c19550
This commit is contained in:
Peter Van der Beken 2012-12-06 22:07:42 +01:00
parent 5f21a07fa8
commit 5ed2d18925

View File

@ -1055,7 +1055,7 @@
if (iconURL)
this._icon.src = iconURL;
else
this._icon.src = null;
this._icon.src = "";
if (shouldShowVersionNumber(this.mAddon))
this._version.value = this.mAddon.version;