bustage fix for bug Bug 426715
git-svn-id: svn://10.0.0.236/trunk@250738 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
adae6de336
commit
1d59cefb93
@ -2286,7 +2286,8 @@ function FillIdentityList(menulist)
|
||||
var identites = queryISupportsArray(account.identities,
|
||||
Components.interfaces.nsIMsgIdentity);
|
||||
for each (var identity in identites) {
|
||||
var item = menulist.appendItem(identity.identityName, identity.key, server.prettyName);
|
||||
var item = menulist.appendItem(identity.identityName, identity.key,
|
||||
account.incomingServer.prettyName);
|
||||
item.setAttribute("accountkey", account.key);
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user