Bug 953135 - convertTo("vcard") method of nsIAbCard does not export e-mail address. r=neil
This commit is contained in:
Родитель
4e5fa10928
Коммит
e5108a2151
|
@ -629,7 +629,7 @@ nsresult nsAbCardProperty::ConvertToEscapedVCard(nsACString &aResult)
|
|||
}
|
||||
|
||||
(void)GetPrimaryEmail(str);
|
||||
if (NS_SUCCEEDED(rv) && !str.IsEmpty())
|
||||
if (!str.IsEmpty())
|
||||
{
|
||||
t = myAddPropValue(vObj, VCEmailAddressProp, str.get(), &vCardHasData);
|
||||
addProp(t, VCInternetProp);
|
||||
|
|
Загрузка…
Ссылка в новой задаче