[evolution/gnome-41] I#1612 - Display the Categories in the Contact preview
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution/gnome-41] I#1612 - Display the Categories in the Contact preview
- Date: Fri, 17 Sep 2021 10:17:53 +0000 (UTC)
commit 56db4ca4ef9f8f58d2aacc5b1256024209f73393
Author: Milan Crha <mcrha redhat com>
Date: Fri Sep 17 12:16:42 2021 +0200
I#1612 - Display the Categories in the Contact preview
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1612
src/addressbook/gui/widgets/eab-contact-formatter.c | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/src/addressbook/gui/widgets/eab-contact-formatter.c
b/src/addressbook/gui/widgets/eab-contact-formatter.c
index 61a516373b..9fbf27e4b0 100644
--- a/src/addressbook/gui/widgets/eab-contact-formatter.c
+++ b/src/addressbook/gui/widgets/eab-contact-formatter.c
@@ -923,6 +923,7 @@ render_contact_column (EABContactFormatter *formatter,
accum_sip (accum, contact, EAB_CONTACT_FORMATTER_SIP_TYPE_OTHER, NULL, sip_flags);
accum_attribute (accum, contact, _("Nickname"), E_CONTACT_NICKNAME, NULL, 0);
+ accum_attribute (accum, contact, _("Categories"), E_CONTACT_CATEGORIES, NULL, 0);
accum_attribute_multival (accum, contact, _("AIM"), E_CONTACT_IM_AIM, AIM_ICON, 0);
accum_attribute_multival (accum, contact, _("GroupWise"), E_CONTACT_IM_GROUPWISE, GROUPWISE_ICON, 0);
accum_attribute_multival (accum, contact, _("ICQ"), E_CONTACT_IM_ICQ, ICQ_ICON, 0);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]