clear default server if we're deleting it.
This commit is contained in:
alecf%netscape.com 2000-05-06 08:34:48 +00:00
Родитель db2c985ed1
Коммит 5c1e04dd9c
1 изменённых файлов: 4 добавлений и 0 удалений

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

@ -514,6 +514,10 @@ nsMsgAccountManager::RemoveAccount(nsIMsgAccount *aAccount)
// so, it doesn't matter.
m_accounts->RemoveElement(aAccount);
// if it's the default, clear the default account
if (m_defaultAccount.get() == aAccount)
m_defaultAccount = nsnull;
// XXX - need to figure out if this is the last time this server is
// being used, and only send notification then.
// (and only remove from hashtable then too!)