зеркало из https://github.com/mozilla/pjs.git
Bug #290084 --> can't close configuration editor dialog on Mac OS X
This commit is contained in:
Родитель
26d964ad06
Коммит
1d54f92fc2
|
@ -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);
|
||||
},
|
||||
};
|
||||
|
|
Загрузка…
Ссылка в новой задаче