mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 10:00:54 +00:00
166912 - mail account manager settings appear not to take effect - r=cavin, sr=sspitzer
This commit is contained in:
parent
05f54166a9
commit
020bfa4f02
@ -808,7 +808,7 @@ function getAccountValue(account, accountValues, type, slot, preftype, isGeneric
|
||||
accountValues[type] = new Array;
|
||||
|
||||
// fill in the slot from the account if necessary
|
||||
if (!(slot in accountValues[type]) || !accountValues[type][slot]) {
|
||||
if (!(slot in accountValues[type]) || accountValues[type][slot] == undefined) {
|
||||
// dump("Array->Form: lazily reading in the " + slot + " from the " + type + "\n");
|
||||
var server;
|
||||
if (account)
|
||||
|
Loading…
Reference in New Issue
Block a user