Add color and color-for-display properties to PurplePerson

Review Request #2602 — Created Sept. 2, 2023 and submitted — Latest diff uploaded

Information

pidgin/pidgin
default

Reviewers

The color property allows setting a custom color for PurplePerson that should
be used whenever displaying the person or a contact from that person.

To make this easier the color-for-display property should be used as it will
fallback to the priority contact if the person does not have a color set.

Ran the unit tests under valgrind.

Diff Revision 1

This is not the most recent revision of the diff. The latest diff is revision 2. See what's changed.

orig
1
2

Commits

First Last Summary ID Author
Add color and color-for-display properties to PurplePerson
The color property allows setting a custom color for PurplePerson that should be used whenever displaying the person or a contact from that person. To make this easier the color-for-display property should be used as it will fallback to the priority contact if the person does not have a color set.
59f7e2d57b9040b7a14baeaea5a8e9bd0fff0fb7 Gary Kramlich
libpurple/purpleperson.h
libpurple/purpleperson.c
libpurple/tests/test_person.c
Loading...