From e922ae799989e073cb6649578555ad686bcb0fc8 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Wed, 7 Jul 2010 17:01:59 +0100 Subject: Re-enable setting of groups for newly-added contacts Changes to groups made while adding a contact need to be cached up until the contact's FolksPersona is set, when they can be flushed to the libfolks backend. --- libempathy/empathy-contact.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libempathy/empathy-contact.h') diff --git a/libempathy/empathy-contact.h b/libempathy/empathy-contact.h index 7980ab252..3c923308b 100644 --- a/libempathy/empathy-contact.h +++ b/libempathy/empathy-contact.h @@ -81,6 +81,8 @@ const gchar * empathy_contact_get_id (EmpathyContact *contact); void empathy_contact_set_id (EmpathyContact *contact, const gchar *id); const gchar * empathy_contact_get_alias (EmpathyContact *contact); void empathy_contact_set_alias (EmpathyContact *contact, const gchar *alias); +void empathy_contact_change_group (EmpathyContact *contact, const gchar *group, + gboolean is_member); EmpathyAvatar * empathy_contact_get_avatar (EmpathyContact *contact); void empathy_contact_set_avatar (EmpathyContact *contact, EmpathyAvatar *avatar); -- cgit v1.2.3