зеркало из https://github.com/mozilla/pjs.git
fix some mac bustage
This commit is contained in:
Родитель
86a50fbb9f
Коммит
499f0da738
|
@ -923,8 +923,8 @@ void nsEudoraMac::SetIdentities(nsIMsgAccountManager *accMgr, nsIMsgAccount *acc
|
||||||
if (pStrs[kFullNameStr]->Length()) {
|
if (pStrs[kFullNameStr]->Length()) {
|
||||||
fullName.AssignWithConversion(pStrs[kFullNameStr]->get());
|
fullName.AssignWithConversion(pStrs[kFullNameStr]->get());
|
||||||
}
|
}
|
||||||
id->SetFullName( fullName.get());
|
id->SetFullName(fullName);
|
||||||
id->SetIdentityName( fullName.get());
|
id->SetIdentityName(fullName);
|
||||||
if (pStrs[kReturnAddressStr]->Length()) {
|
if (pStrs[kReturnAddressStr]->Length()) {
|
||||||
id->SetEmail( pStrs[kReturnAddressStr]->get());
|
id->SetEmail( pStrs[kReturnAddressStr]->get());
|
||||||
}
|
}
|
||||||
|
|
Загрузка…
Ссылка в новой задаче