aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-user-info.c
diff options
context:
space:
mode:
Diffstat (limited to 'libempathy-gtk/empathy-user-info.c')
-rw-r--r--libempathy-gtk/empathy-user-info.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libempathy-gtk/empathy-user-info.c b/libempathy-gtk/empathy-user-info.c
index 592bd45da..4c9a2deee 100644
--- a/libempathy-gtk/empathy-user-info.c
+++ b/libempathy-gtk/empathy-user-info.c
@@ -184,7 +184,7 @@ fill_contact_info_grid (EmpathyUserInfo *self)
connection = tp_account_get_connection (self->priv->account);
contact = tp_connection_get_self_contact (connection);
- specs = tp_connection_get_contact_info_supported_fields (connection);
+ specs = tp_connection_dup_contact_info_supported_fields (connection);
info = tp_contact_dup_contact_info (contact);
/* Look at the fields set in our vCard */
@@ -304,7 +304,7 @@ fill_contact_info_grid (EmpathyUserInfo *self)
n_rows++;
}
- g_list_free (specs);
+ tp_contact_info_spec_list_free (specs);
tp_contact_info_list_free (info);
return n_rows;