diff options
Diffstat (limited to 'libempathy/empathy-contact.c')
-rw-r--r-- | libempathy/empathy-contact.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libempathy/empathy-contact.c b/libempathy/empathy-contact.c index 7c8539fba..8768c4046 100644 --- a/libempathy/empathy-contact.c +++ b/libempathy/empathy-contact.c @@ -561,7 +561,7 @@ empathy_contact_get_handle (EmpathyContact *contact) } static gboolean -is_salut (EmpathyContact *contact) +contact_is_salut (EmpathyContact *contact) { McAccount *account; McProfile *profile; @@ -593,7 +593,7 @@ empathy_contact_set_handle (EmpathyContact *contact, /* FIXME salut does not yet support the Capabilities interface, so for * now we use this hack. */ - if (is_salut (contact)) + if (contact_is_salut (contact)) { EmpathyCapabilities caps; |