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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user