From cf4f466ad4258f7d9245a1fb7d733948c5449b7a Mon Sep 17 00:00:00 2001 From: "mattwillis%gmail.com" Date: Sat, 4 Nov 2006 23:26:45 +0000 Subject: [PATCH] bug 359530 - Fixes typo that makes 'Use Master Password' checkbox work. --- calendar/base/content/preferences/advanced.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calendar/base/content/preferences/advanced.js b/calendar/base/content/preferences/advanced.js index 2d2ddafcf3b1..1246c2c6cd87 100644 --- a/calendar/base/content/preferences/advanced.js +++ b/calendar/base/content/preferences/advanced.js @@ -146,7 +146,7 @@ var gAdvancedPane = { * the Master Password UI is automatically updated. */ _removeMasterPassword: function advRemoveMasterPassword() { - if (this._secmodDB.isFIPSEnabled) { + if (this._secModDB.isFIPSEnabled) { var bundle = document.getElementById("bundlePreferences"); var promptSvc = Components.classes["@mozilla.org/embedcomp/prompt-service;1"] .getService(Components.interfaces.nsIPromptService);