[evolution-data-server/email-factory] Bug #650952 - Remove unknown EContact field name runtime warning (cherry picked from commit f700cef2



commit 57c940a96ffcde2b1652bced8835526c290c14e1
Author: Christophe Dumez <christophe dumez intel com>
Date:   Fri May 27 15:30:39 2011 +0200

    Bug #650952 - Remove unknown EContact field name runtime warning
    (cherry picked from commit f700cef243672e64411e4ff28156930eace8b5af)

 addressbook/libebook/e-contact.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/addressbook/libebook/e-contact.c b/addressbook/libebook/e-contact.c
index 9875103..033694f 100644
--- a/addressbook/libebook/e-contact.c
+++ b/addressbook/libebook/e-contact.c
@@ -1355,7 +1355,6 @@ e_contact_field_id (const gchar *field_name)
 			return field_info[i].field_id;
 	}
 
-	g_warning ("unknown field name `%s'", field_name);
 	return 0;
 }
 



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