Bug #290084 --> can't close configuration editor dialog on Mac OS X

This commit is contained in:
scott%scott-macgregor.org 2005-04-13 01:14:05 +00:00
Родитель 26d964ad06
Коммит 1d54f92fc2
2 изменённых файлов: 5 добавлений и 3 удалений

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

@ -60,8 +60,9 @@ var gAdvancedPane = {
showConfigEdit: function()
{
document.documentElement.openSubDialog("chrome://global/content/config.xul",
"chrome,centerscreen,resizable=yes", null);
document.documentElement.openWindow("Preferences:ConfigManager",
"chrome://global/content/config.xul",
"", null);
},
updateAppUpdateUI: function ()

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

@ -171,7 +171,8 @@ var gDownloadsPane = {
showFileTypeActions: function ()
{
document.documentElement.openWindow("chrome://messenger/content/preferences/downloadactions.xul",
document.documentElement.openWindow("Preferences:DownloadActions",
"chrome://messenger/content/preferences/downloadactions.xul",
"", null);
},
};