зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
7c1886e41a
Коммит
cba005d6d7
|
@ -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);
|
||||
|
|
Загрузка…
Ссылка в новой задаче