aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-individual-store-channel.c
diff options
context:
space:
mode:
authorPhilip Withnall <philip.withnall@collabora.co.uk>2013-11-22 02:09:16 +0800
committerPhilip Withnall <philip.withnall@collabora.co.uk>2013-11-25 18:50:04 +0800
commit0909d1f884c4542553d98b18e7622664d2a02169 (patch)
treee6f563f4e3504ce89908ca977d2762b5cf1230d6 /libempathy-gtk/empathy-individual-store-channel.c
parent561774b13b402c3f33b5264efc5abd091aa563cf (diff)
downloadgsoc2013-empathy-0909d1f884c4542553d98b18e7622664d2a02169.tar
gsoc2013-empathy-0909d1f884c4542553d98b18e7622664d2a02169.tar.gz
gsoc2013-empathy-0909d1f884c4542553d98b18e7622664d2a02169.tar.bz2
gsoc2013-empathy-0909d1f884c4542553d98b18e7622664d2a02169.tar.lz
gsoc2013-empathy-0909d1f884c4542553d98b18e7622664d2a02169.tar.xz
gsoc2013-empathy-0909d1f884c4542553d98b18e7622664d2a02169.tar.zst
gsoc2013-empathy-0909d1f884c4542553d98b18e7622664d2a02169.zip
libempathy: Remove empathy_create_individual_from_tp_contact()
It has been replaced by empathy_ensure_individual_from_tp_contact(), which can’t cause internal state corruption in libfolks by wrapping an existing Persona in a second Individual when it’s already wrapped in one. This has also been fixed in libfolks. See: https://bugzilla.redhat.com/show_bug.cgi?id=1031252 https://bugzilla.gnome.org/show_bug.cgi?id=712839
Diffstat (limited to 'libempathy-gtk/empathy-individual-store-channel.c')
-rw-r--r--libempathy-gtk/empathy-individual-store-channel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-individual-store-channel.c b/libempathy-gtk/empathy-individual-store-channel.c
index 4064da054..a18bc33de 100644
--- a/libempathy-gtk/empathy-individual-store-channel.c
+++ b/libempathy-gtk/empathy-individual-store-channel.c
@@ -70,7 +70,7 @@ add_members (EmpathyIndividualStoreChannel *self,
if (g_hash_table_lookup (self->priv->individuals, contact) != NULL)
continue;
- individual = empathy_create_individual_from_tp_contact (contact);
+ individual = empathy_ensure_individual_from_tp_contact (contact);
if (individual == NULL)
return;