GNOME Bugzilla – Bug 659560
Can't add contacts to google contacts
Last modified: 2011-09-20 10:30:38 UTC
The code to add contacts creates an empty contact and then lets you start editing it. This doesn't work for google contacts, because it fails if you create an empty contact. The quick workaround is to just give the new contact a name that we can easily replace. I'm reusing an old string "Contact Name" to avoid translator issues.
Created attachment 197025 [details] [review] Don't create new contacts empty (google doesn't allow that) We reuse the "Contact Name" string for full name in order to get some field set. This is sort of a workaround. Long term we should probably not create the folks persona until some fields are added.
commited