[evolution-kolab/account-mgmt: 20/29] kolab-util-contact.c: E_CONTACT_BOOK_URI -> UID



commit ce68412193fb54eea1750f26254cc2077bd8d1af
Author: Matthew Barnes <mbarnes redhat com>
Date:   Fri Jun 29 21:02:03 2012 -0400

    kolab-util-contact.c: E_CONTACT_BOOK_URI -> UID

 src/addressbook/kolab-util-contact.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/addressbook/kolab-util-contact.c b/src/addressbook/kolab-util-contact.c
index 184d6c3..c8e2439 100644
--- a/src/addressbook/kolab-util-contact.c
+++ b/src/addressbook/kolab-util-contact.c
@@ -263,7 +263,7 @@ kolab_utils_contact_get_supported_fields (void)
 		fields = g_slist_append (fields, (gpointer) e_contact_field_name (mappings[ii].field_id));
 	}
 
-	fields = g_slist_append (fields, (gpointer) e_contact_field_name (E_CONTACT_BOOK_URI));
+	fields = g_slist_append (fields, (gpointer) e_contact_field_name (E_CONTACT_BOOK_UID));
 
 	return fields;
 }



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