[evolution/gnome-3-0] Do not show IM icons, a workaround till bug #473862 is fixed
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution/gnome-3-0] Do not show IM icons, a workaround till bug #473862 is fixed
- Date: Thu, 18 Aug 2011 07:25:01 +0000 (UTC)
commit ccbe39a7cbd755fddc4bbbc0cef9b5585634a9b7
Author: Milan Crha <mcrha redhat com>
Date: Thu Aug 18 09:24:45 2011 +0200
Do not show IM icons, a workaround till bug #473862 is fixed
addressbook/gui/widgets/eab-contact-display.c | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/addressbook/gui/widgets/eab-contact-display.c b/addressbook/gui/widgets/eab-contact-display.c
index e457486..2783938 100644
--- a/addressbook/gui/widgets/eab-contact-display.c
+++ b/addressbook/gui/widgets/eab-contact-display.c
@@ -321,6 +321,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;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]