[evolution-data-server] Fix comments in e_contact_map_google_with_evo_group().
- From: Matthew Barnes <mbarnes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server] Fix comments in e_contact_map_google_with_evo_group().
- Date: Mon, 25 Feb 2013 00:03:45 +0000 (UTC)
commit 0d309f400c3ade7b284a939e249a647dddef9cf6
Author: Matthew Barnes <mbarnes redhat com>
Date: Sun Feb 24 19:03:28 2013 -0500
Fix comments in e_contact_map_google_with_evo_group().
addressbook/backends/google/e-book-google-utils.c | 12 ++++++++----
1 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/addressbook/backends/google/e-book-google-utils.c
b/addressbook/backends/google/e-book-google-utils.c
index db4d292..a1efac9 100644
--- a/addressbook/backends/google/e-book-google-utils.c
+++ b/addressbook/backends/google/e-book-google-utils.c
@@ -1598,10 +1598,14 @@ e_contact_map_google_with_evo_group (const gchar *group_name,
const gchar *google_id;
const gchar *evo_name;
} groups_map[] = {
- { GDATA_CONTACTS_GROUP_CONTACTS, N_("Personal") }, /* System Group: My Contacts */
- { GDATA_CONTACTS_GROUP_FRIENDS, N_("Friends") }, /* System Group: Friends */
- { GDATA_CONTACTS_GROUP_FAMILY, N_("Family") }, /* System Group: Family */
- { GDATA_CONTACTS_GROUP_COWORKERS, N_("Coworkers") } /* System Group: Coworkers */
+ /* System Group: My Contacts */
+ { GDATA_CONTACTS_GROUP_CONTACTS, N_("Personal") },
+ /* System Group: Friends */
+ { GDATA_CONTACTS_GROUP_FRIENDS, N_("Friends") },
+ /* System Group: Family */
+ { GDATA_CONTACTS_GROUP_FAMILY, N_("Family") },
+ /* System Group: Coworkers */
+ { GDATA_CONTACTS_GROUP_COWORKERS, N_("Coworkers") }
};
guint ii;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]