Bug 287291 Removing then adding RSS account with same details gives blank account name

p=me r=mscott sr=bienvenu
This commit is contained in:
bugzilla%arlen.demon.co.uk 2005-04-02 02:52:44 +00:00
Родитель 7c1886e41a
Коммит cba005d6d7
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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);