Bug #284926 --> SMTPs listed in "Outgoing Server" on "Account Settings" panel increases on every account switch (problem in fix for bug 202468)

This commit is contained in:
scott%scott-macgregor.org 2005-03-06 06:04:34 +00:00
Родитель 4d8879933e
Коммит a72a835d7b
1 изменённых файлов: 4 добавлений и 0 удалений

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

@ -338,6 +338,10 @@ function fillSmtpServers(smtpServerList, servers, defaultServer)
if (!smtpServerList || !servers)
return;
var smtpPopup = document.getElementById('smtpPopup');
while (smtpPopup.lastChild.nodeName != "menuseparator")
smtpPopup.removeChild(smtpPopup.lastChild);
var serverCount = servers.Count();
for (var i = 0; i < serverCount; i++)
{