From 36eb0b9dec61bd0040161535f27fc4bbbd4511ca Mon Sep 17 00:00:00 2001 From: Travis Reitter Date: Thu, 10 Mar 2011 21:12:13 -0800 Subject: Adjust for Folks Aliasable -> AliasDetails rename Helps bgo#644470 - Empathy needs to catch up with Folks interface name change (API/ABI breaks) --- libempathy/empathy-contact.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libempathy/empathy-contact.c') diff --git a/libempathy/empathy-contact.c b/libempathy/empathy-contact.c index 73539b406..3218e298f 100644 --- a/libempathy/empathy-contact.c +++ b/libempathy/empathy-contact.c @@ -729,12 +729,12 @@ empathy_contact_set_alias (EmpathyContact *contact, /* Set the alias on the persona if possible */ persona = empathy_contact_get_persona (contact); - if (persona != NULL && FOLKS_IS_ALIASABLE (persona)) + if (persona != NULL && FOLKS_IS_ALIAS_DETAILS (persona)) { DEBUG ("Setting alias for contact %s to %s", empathy_contact_get_id (contact), alias); - folks_aliasable_set_alias (FOLKS_ALIASABLE (persona), alias); + folks_alias_details_set_alias (FOLKS_ALIAS_DETAILS (persona), alias); } if (tp_strdiff (alias, priv->alias)) -- cgit v1.2.3