diff --git a/mozilla/mail/components/prefwindow/content/pref-masterpass.xul b/mozilla/mail/components/prefwindow/content/pref-masterpass.xul index 1543cd84316..971ca3e804e 100644 --- a/mozilla/mail/components/prefwindow/content/pref-masterpass.xul +++ b/mozilla/mail/components/prefwindow/content/pref-masterpass.xul @@ -30,7 +30,7 @@ el.setAttribute("value", gPrefService.getIntPref(el.getAttribute("prefstring")) ); el = document.getElementById('passwordAskTimes'); - el.selectedItem = el.getElementsByAttribute('value', gPrefService.getIntPref(el.getAttribute("prefstring")))[0]; + el.value = gPrefService.getIntPref(el.getAttribute("prefstring")); onMasterPasswordLoad(); } @@ -93,12 +93,12 @@ flex="1"> - - -