Bug 407901: Cannot minimize add-ons manager opened from update available

notification. r=gavin.sharp, a=mconnor


git-svn-id: svn://10.0.0.236/trunk@242845 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dtownsend%oxymoronical.com
2008-01-10 19:53:50 +00:00
parent 68af6cb439
commit c360cfedc9

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);