diff options
Diffstat (limited to 'libempathy')
-rw-r--r-- | libempathy/empathy-tp-contact-factory.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy/empathy-tp-contact-factory.c b/libempathy/empathy-tp-contact-factory.c index dd6b60586..6683b5936 100644 --- a/libempathy/empathy-tp-contact-factory.c +++ b/libempathy/empathy-tp-contact-factory.c @@ -185,7 +185,7 @@ tp_contact_factory_avatar_retrieved_cb (TpConnection *connection, handle); empathy_contact_load_avatar_data (contact, - avatar_data->data, + (guchar *) avatar_data->data, avatar_data->len, mime_type, token); |