Bug 444211 OS X mailing list name not visible within the contacts sidebar. r/sr=bienvenu

This commit is contained in:
bugzilla%standard8.plus.com 2008-07-16 17:00:58 +00:00
Родитель cdfbb43d6d
Коммит 6178eca17d
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -205,6 +205,8 @@ nsAbOSXCard::Update(PRBool aNotify)
m_MailListURI.Append(uid);
MapStringProperty(this, card, kABGroupNameProperty, m_DisplayName,
"DisplayName", aNotify, abManager);
MapStringProperty(this, card, kABGroupNameProperty, m_LastName,
"LastName", aNotify, abManager);
return NS_OK;
}