Bug 303288 Advanced > Updates > Extensions > Check now opens extension manager without close button. r+a=bsmedberg

This commit is contained in:
rob_strong%exchangecode.com 2005-08-17 22:35:30 +00:00
Родитель 646eca2990
Коммит 2cfbbf8983
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -206,7 +206,7 @@ var gAdvancedPane = {
getService(Components.interfaces.nsIWindowMediator);
var manager = wm.getMostRecentWindow("Extension:Manager-extensions");
if (!manager) {
const features = "chrome,centerscreen,dialog,titlebar";
const features = "chrome,dialog=no,resizable";
const URI_EXTENSIONS_WINDOW =
"chrome://mozapps/content/extensions/extensions.xul?type=extensions";
openDialog(URI_EXTENSIONS_WINDOW, "", features, "updatecheck");