From bd603ce6e5945ed1d06e550c928fc2ed21da3d88 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Wed, 16 Jul 2008 16:45:29 +0200 Subject: Add initial adium theme support: Load the template and append messages. --- libempathy/empathy-contact.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'libempathy/empathy-contact.c') diff --git a/libempathy/empathy-contact.c b/libempathy/empathy-contact.c index 01087c19d..6800c8e30 100644 --- a/libempathy/empathy-contact.c +++ b/libempathy/empathy-contact.c @@ -938,6 +938,18 @@ empathy_contact_load_avatar_cache (EmpathyContact *contact, return data != NULL; } +gchar * +empathy_contact_get_avatar_filename (EmpathyContact *contact) +{ + EmpathyContactPriv *priv = GET_PRIV (contact); + + if (priv->avatar) + return contact_get_avatar_filename (contact, priv->avatar->token); + + return NULL; +} + + GType empathy_avatar_get_type (void) { -- cgit v1.2.3