From cba005d6d7d649d31438b950049522b6e8cc0bee Mon Sep 17 00:00:00 2001 From: "bugzilla%arlen.demon.co.uk" Date: Sat, 2 Apr 2005 02:52:44 +0000 Subject: [PATCH] Bug 287291 Removing then adding RSS account with same details gives blank account name p=me r=mscott sr=bienvenu --- mailnews/base/prefs/resources/content/AccountManager.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mailnews/base/prefs/resources/content/AccountManager.js b/mailnews/base/prefs/resources/content/AccountManager.js index 48ae1d0aa41a..2ae122337cdc 100644 --- a/mailnews/base/prefs/resources/content/AccountManager.js +++ b/mailnews/base/prefs/resources/content/AccountManager.js @@ -548,7 +548,7 @@ function onRemoveAccount(event) { try { // clear cached data out of the account array if (accountArray[result.serverId]) - accountArray[result.serverId] = null; + delete accountArray[result.serverId]; currentServerId = currentPageId = null; accountManager.removeAccount(account);