GNOME Bugzilla – Bug 660125
Weird contacts in linking dialog
Last modified: 2013-03-21 11:16:45 UTC
See attached screenshot. Those 2 contacts looks pretty weird and confusing.
Created attachment 197468 [details] screenshot
The keyfiles.ini is the old keyfiles backend. I guess we should hide those personas as they don't actually contain any info, just linking attributes.
Ugh, the other one is the local contact. The code: public static string format_persona_store_name (PersonaStore store) { if (store.type_id == "eds") { if (store.id == "system") { return _("Local Contact"); } Broke due to this change: http://git.gnome.org/browse/folks/commit/?id=73647bc63e66c085bf0a1a7080df9734734c77b7
Created attachment 197472 [details] [review] Work around changes in how folks marks its eds addressbooks Folks used to uave the relative uri as the eds store id, but now switched to uid.
pushed the patch
Seems to work fine. So the last thing to fix is hidding the relationships.ini persona.
We don't have a linking dialog any more.