]> git.0d.be Git - empathy.git/blobdiff - libempathy-gtk/empathy-individual-store-channel.c
libempathy: Remove empathy_create_individual_from_tp_contact()
[empathy.git] / libempathy-gtk / empathy-individual-store-channel.c
index 4064da054d17b89d6849ca729ee8a4f240926f53..a18bc33de3e72b0da26d3683af87f753f2c1bad6 100644 (file)
@@ -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;