libpurple/protocols/gg/status.c

changeset 34332
876483829700
parent 33854
5744cfb1c3d1
child 34435
5f8f4ad241d1
child 34940
c0aef3b64c56
--- a/libpurple/protocols/gg/status.c	Tue Sep 10 21:47:37 2013 +0200
+++ b/libpurple/protocols/gg/status.c	Tue Sep 10 22:32:40 2013 +0200
@@ -359,7 +359,7 @@
 		fields,
 		_("OK"), G_CALLBACK(ggp_status_broadcasting_dialog_ok),
 		_("Cancel"), NULL,
-		purple_connection_get_account(gc), NULL, NULL, gc);
+		purple_request_cpar_from_connection(gc), gc);
 }
 
 static void ggp_status_broadcasting_dialog_ok(PurpleConnection *gc,

mercurial