[evolution] Bug #721577 - Show Office field in Contact's preview



commit 0b5057da0807ea4af2f685544e697b3baa5471ab
Author: Chris <schaarsc gmx de>
Date:   Tue Jan 21 18:58:12 2014 +0100

    Bug #721577 - Show Office field in Contact's preview

 addressbook/gui/widgets/eab-contact-formatter.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/addressbook/gui/widgets/eab-contact-formatter.c b/addressbook/gui/widgets/eab-contact-formatter.c
index 1dd0ec5..539a8e5 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);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]