Port Bug #303288 from firefox to thunderbird --> Advanced > Updates > Extensions > Check now opens extension manager without close button

This commit is contained in:
scott%scott-macgregor.org 2005-08-19 17:21:55 +00:00
Родитель d65bb3157d
Коммит 89e4d607be
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -195,7 +195,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");