Skip to content
This repository has been archived by the owner on Oct 3, 2020. It is now read-only.

Commit

Permalink
wallpaper part 2 for bug 390451 - Remembered passwords lost when chan…
Browse files Browse the repository at this point in the history
…ging Master Password. r=vlad, a=damons.
  • Loading branch information
dolske@mozilla.com committed Aug 2, 2007
1 parent 71cbd79 commit d8016f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions browser/components/preferences/security.js
Expand Up @@ -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;
Expand Down

0 comments on commit d8016f5

Please sign in to comment.