[evolution] I#1612 - Display the Categories in the Contact preview



commit 7ea98e3f43090baab469d0adcd0fd644916eda0f
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]