Add a name-for-display property to PurplePerson

Review Request #2205 — Created Jan. 20, 2023 and submitted — Latest diff uploaded

Information

pidgin/pidgin
default

Reviewers

This will first return the alias of the person if set. If there is no alias set
on the person but there is a priority contact info, the value of
purple_contact_info_get_name_for_display will be called on the priority contact
info, otherwise NULL will be returned.

Verified everything looked right in the contact list and verified everything looked alright in the docs and ran the unit tests.

Changes between revision 3 and 4

orig
1
2
3
4

Commits

Summary ID Author
Add a name-for-display property to PurplePerson
This will first return the alias of the person if set. If there is no alias set the person but there is a priority contact info, the value of purple_contact_info_get_name_for_display will be called on the priority contact info, otherwise NULL will be returned.
8b0c144ae27e06f45b6c96836ffd5fce0945ad61 Gary Kramlich
Add a name-for-display property to PurplePerson
This will first return the alias of the person if set. If there is no alias set the person but there is a priority contact info, the value of purple_contact_info_get_name_for_display will be called on the priority contact info, otherwise NULL will be returned.
90c28d32c09836f79c1442c2a722333680be4ae1 Gary Kramlich
pidgin/resources/ContactList/widget.ui
Loading...