fix for #49251 - select the first account after an account has been deleted

r=putterman
This commit is contained in:
alecf%netscape.com 2000-08-23 00:00:34 +00:00
Родитель b89555b48f
Коммит be29150ea1
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -247,7 +247,7 @@ function onDeleteAccount(event) {
currentServerId = currentPageId = null;
accountManager.removeAccount(account);
selectFirstAccount();
selectServer(null);
}
catch (ex) {
dump("failure to delete account: " + ex + "\n");