From 50165add499b92a1ca4be5bb866d1608e53f1878 Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Thu, 18 Aug 2011 09:21:35 +0200 Subject: Do not show IM icons, a workaround till bug #473862 is fixed --- addressbook/gui/widgets/eab-contact-display.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'addressbook') diff --git a/addressbook/gui/widgets/eab-contact-display.c b/addressbook/gui/widgets/eab-contact-display.c index 76516fc119..56a2511d64 100644 --- a/addressbook/gui/widgets/eab-contact-display.c +++ b/addressbook/gui/widgets/eab-contact-display.c @@ -365,6 +365,11 @@ accum_multival_attribute (GString *buffer, { GList *val_list, *l; + /* Workaround till bug [1] is fixed. + [1] https://bugzilla.gnome.org/show_bug.cgi?id=473862 + */ + icon = NULL; + val_list = e_contact_get (contact, field); for (l = val_list; l; l = l->next) { const gchar *str = (const gchar *) l->data; -- cgit v1.2.3