bug 359530 - Fixes typo that makes 'Use Master Password' checkbox work.

This commit is contained in:
mattwillis%gmail.com 2006-11-04 23:26:45 +00:00
parent e2a7fbac5e
commit cf4f466ad4

View File

@ -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);