Bug 808054 - Don't anchor the Downloads Panel to the tabs toolbar. r=mconley

This commit is contained in:
Owen Coutts 2013-01-23 18:08:15 -05:00
parent b571083db2
commit 390fe1595a

View File

@ -528,8 +528,8 @@ const DownloadsPanel = {
this.panel.openPopup(aAnchor, "bottomcenter topright", 0, 0, false,
null);
} else {
this.panel.openPopup(document.getElementById("TabsToolbar"),
"after_end", 0, 0, false, null);
Components.utils.reportError(
"Downloads button cannot be found");
}
}.bind(this));
}