From d40476bb4acd817400cd12d876c8bb81ddee00d5 Mon Sep 17 00:00:00 2001 From: "shliang%netscape.com" Date: Thu, 10 Apr 2003 23:58:52 +0000 Subject: [PATCH] 166912 - mail account manager settings appear not to take effect - r=cavin, sr=sspitzer git-svn-id: svn://10.0.0.236/trunk@141010 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/mailnews/base/prefs/resources/content/AccountManager.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/mailnews/base/prefs/resources/content/AccountManager.js b/mozilla/mailnews/base/prefs/resources/content/AccountManager.js index acba0e9fb4b..f117149732a 100644 --- a/mozilla/mailnews/base/prefs/resources/content/AccountManager.js +++ b/mozilla/mailnews/base/prefs/resources/content/AccountManager.js @@ -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)