From 0b5057da0807ea4af2f685544e697b3baa5471ab Mon Sep 17 00:00:00 2001 From: Chris Date: Tue, 21 Jan 2014 18:58:12 +0100 Subject: Bug #721577 - Show Office field in Contact's preview --- addressbook/gui/widgets/eab-contact-formatter.c | 1 + 1 file changed, 1 insertion(+) diff --git a/addressbook/gui/widgets/eab-contact-formatter.c b/addressbook/gui/widgets/eab-contact-formatter.c index 1dd0ec5f57..539a8e5131 100644 --- a/addressbook/gui/widgets/eab-contact-formatter.c +++ b/addressbook/gui/widgets/eab-contact-formatter.c @@ -643,6 +643,7 @@ render_work_column (EABContactFormatter *formatter, accum_attribute (accum, contact, _("Company"), E_CONTACT_ORG, NULL, 0); accum_attribute (accum, contact, _("Department"), E_CONTACT_ORG_UNIT, NULL, 0); + accum_attribute (accum, contact, _("Office"), E_CONTACT_OFFICE, NULL, 0); accum_attribute (accum, contact, _("Profession"), E_CONTACT_ROLE, NULL, 0); accum_attribute (accum, contact, _("Position"), E_CONTACT_TITLE, NULL, 0); accum_attribute (accum, contact, _("Manager"), E_CONTACT_MANAGER, NULL, 0); -- cgit v1.2.3