libpurple/protocols/gg/avatar.c

branch
soc.2012.gg
changeset 33343
09f740724036
parent 33333
b20aed44c357
child 33348
2394cd23ce8f
--- 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,

mercurial