--- a/libpurple/protocols/gg/avatar.c Fri Aug 17 17:44:23 2012 +0200 +++ b/libpurple/protocols/gg/avatar.c Sun Aug 19 12:41:35 2012 +0200 @@ -300,7 +300,7 @@ own_data->img = img; - ggp_oauth_request(gc, ggp_avatar_own_got_token, img); + ggp_oauth_request(gc, ggp_avatar_own_got_token, img, NULL, NULL); } static void ggp_avatar_own_got_token(PurpleConnection *gc, const gchar *token,