Fix comments in e_contact_map_google_with_evo_group().
authorMatthew Barnes <mbarnes@redhat.com>
Mon, 25 Feb 2013 00:03:28 +0000 (19:03 -0500)
committerMatthew Barnes <mbarnes@redhat.com>
Mon, 25 Feb 2013 00:03:28 +0000 (19:03 -0500)
addressbook/backends/google/e-book-google-utils.c

index db4d292..a1efac9 100644 (file)
@@ -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;