libpurple/protocols/gg/gg.c

branch
soc.2012.gg
changeset 33302
e094fcb98670
parent 33301
3f18ba8aed0f
child 33303
50f7a92eeb90
--- a/libpurple/protocols/gg/gg.c	Wed Jun 27 23:25:37 2012 +0200
+++ b/libpurple/protocols/gg/gg.c	Thu Jun 28 02:30:41 2012 +0200
@@ -2381,7 +2381,7 @@
 
 			/* add the image itself */
 			prepare_result = ggp_image_prepare(
-				gc, atoi(id), &actimage);
+				gc, atoi(id), who, &actimage);
 			if (prepare_result == GGP_IMAGE_PREPARE_OK)
 			{
 				actformat.font = GG_FONT_IMAGE;

mercurial