Bug #292009 --> [Mac} Can't dismiss View Password dialog

This commit is contained in:
scott%scott-macgregor.org 2005-04-27 22:19:06 +00:00
parent bea0182a02
commit faa0b4609e
2 changed files with 3 additions and 2 deletions

View File

@ -86,8 +86,8 @@ var gPrivacyPane = {
viewPasswords: function()
{
document.documentElement.openSubDialog("chrome://messenger/content/preferences/viewpasswords.xul",
"", null);
document.documentElement.openWindow("Toolkit:PasswordManager", "chrome://messenger/content/preferences/viewpasswords.xul",
"", null);
},
changeMasterPassword: function ()

View File

@ -43,6 +43,7 @@
<!DOCTYPE dialog SYSTEM "chrome://messenger/locale/preferences/viewpasswords.dtd" >
<prefwindow id="SignonViewerDialog"
windowtype="Toolkit:PasswordManager"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
dlgbuttons="accept"
onload="Startup();" onunload="Shutdown();"