Bug 456959 - "Options->Advanced->Encryptation->Revocation Lists can open multiple crlManager.xul windows" (Fix window type in showCRLs()) [r=gavin]

This commit is contained in:
Philip Chee 2008-10-01 00:02:22 -05:00
parent b94c620992
commit 193cac5454

View File

@ -517,7 +517,7 @@ var gAdvancedPane = {
*/
showCRLs: function ()
{
document.documentElement.openWindow("Mozilla:CRLManager",
document.documentElement.openWindow("mozilla:crlmanager",
"chrome://pippki/content/crlManager.xul",
"", null);
},