GNOME Bugzilla – Bug 674347
Fails to recognize Google My Contacts as such
Last modified: 2012-04-30 12:03:52 UTC
I recently blown my e-d-s cache. After that, all contacts were mistakenly marked Other Contacts. Comparing the results of Evolution and gnome-contacts in gdb I found out that eds_personal_google_group_name() returned the wrong localization for the group. See patch.
Created attachment 212309 [details] [review] Fix retrieving Personal evo group name The code building the domain was always building odd (unstable) versions, and was not initializing the localedir appropriately. This resulted in "Personal" instead of the right group name and therefore did not recognize the system group.
good catch, pushed.