--- 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;