GNOME Bugzilla – Bug 665853
Use new folks API to ensure personas
Last modified: 2011-12-14 09:58:07 UTC
Once bug #665376 has been merged and released we should make sure to use it.
*** Bug 665207 has been marked as a duplicate of this bug. ***
Created attachment 203155 [details] [review] use tpf_persona_dup_for_contact()
Created attachment 203156 [details] [review] Deal with empathy_create_individual_from_tp_contact() returning NULL Shouldn't really happen in practice but better to be safe than sorry.
Created attachment 203157 [details] [review] empathy_contact_get_persona: use tpf_persona_dup_for_contact() We can finally get rid of this horrible code iterating over all the individuals. \o/
Those patches can't be merged yet (we need a folks release and bump the dep) but nothing is blocking their review.
Review of attachment 203155 [details] [review]: Looks good to me.
Review of attachment 203156 [details] [review]: Looks good to me.
Review of attachment 203157 [details] [review]: Kill it! \o/
Merged to master. Attachment 203155 [details] pushed as eebfb2b - use tpf_persona_dup_for_contact() Attachment 203156 [details] pushed as 844b932 - Deal with empathy_create_individual_from_tp_contact() returning NULL Attachment 203157 [details] pushed as aa80250 - empathy_contact_get_persona: use tpf_persona_dup_for_contact()