Bug 407901: Cannot minimize add-ons manager opened from update available notification. r=gavin.sharp, a=mconnor

This commit is contained in:
dtownsend@oxymoronical.com 2008-01-10 11:53:50 -08:00
parent 1784e38b45
commit 1a62d0f542

View File

@ -5720,7 +5720,7 @@ BackgroundUpdateCheckListener.prototype = {
}
else {
const EMURL = "chrome://mozapps/content/extensions/extensions.xul";
const EMFEATURES = "chrome,centerscreen,extra-chrome,dialog,resizable,modal";
const EMFEATURES = "chrome,menubar,extra-chrome,toolbar,dialog=no,resizable";
var ww = Cc["@mozilla.org/embedcomp/window-watcher;1"].
getService(Ci.nsIWindowWatcher);