From 5acd00c68f85bb2103039604a882dcfaa45f1773 Mon Sep 17 00:00:00 2001 From: "dolske@mozilla.com" Date: Wed, 1 Aug 2007 18:04:04 -0700 Subject: [PATCH] wallpaper part 2 for bug 390451 - Remembered passwords lost when changing Master Password. r=vlad, a=damons. --- browser/components/preferences/security.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/browser/components/preferences/security.js b/browser/components/preferences/security.js index 7a2b7c5736..db3ec26697 100644 --- a/browser/components/preferences/security.js +++ b/browser/components/preferences/security.js @@ -361,8 +361,8 @@ var gSecurityPane = { { var noMP = !this._masterPasswordSet(); - var button = document.getElementById("changeMasterPassword"); - button.disabled = noMP; + //var button = document.getElementById("changeMasterPassword"); + //button.disabled = noMP; var checkbox = document.getElementById("useMasterPassword"); checkbox.checked = !noMP; -- 2.11.4.GIT