[empathy: 22/26] empathy-tp-contact-factory.c: fix casting issue



commit a691a12763667768333cbdd30be75a2b09f69266
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Thu Oct 22 10:42:41 2009 +0100

    empathy-tp-contact-factory.c: fix casting issue

 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 dd6b605..6683b59 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);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]