[nautilus-sendto] evolution: Work-around possible e-d-s bug
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus-sendto] evolution: Work-around possible e-d-s bug
- Date: Fri, 11 May 2012 17:45:17 +0000 (UTC)
commit d64f6aa64df20b778b86d9f91a17bf833ef82789
Author: Bastien Nocera <hadess hadess net>
Date: Fri May 11 18:42:07 2012 +0100
evolution: Work-around possible e-d-s bug
If somebody knows why that's broken, send in a postcard.
src/plugins/evolution/e-contact-entry.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/plugins/evolution/e-contact-entry.c b/src/plugins/evolution/e-contact-entry.c
index 161571d..0223afb 100644
--- a/src/plugins/evolution/e-contact-entry.c
+++ b/src/plugins/evolution/e-contact-entry.c
@@ -663,7 +663,7 @@ e_contact_entry_finalize (GObject *object)
static void
reset_search_fields (EContactEntry *entry)
{
- EContactField fields[] = { E_CONTACT_FULL_NAME, E_CONTACT_EMAIL, E_CONTACT_NICKNAME, E_CONTACT_ORG, 0 };
+ EContactField fields[] = { E_CONTACT_FULL_NAME, E_CONTACT_EMAIL, E_CONTACT_NICKNAME, 0 };
g_free (entry->priv->search_fields);
entry->priv->search_fields = g_new0 (EContactField, G_N_ELEMENTS (fields));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]