libpurple/protocols/gg/status.c

branch
soc.2013.gobjectification
changeset 34940
c0aef3b64c56
parent 34810
8a3d21b27a22
parent 34332
876483829700
child 34946
76aa2e0f8701
child 36701
5acd461707ae
--- a/libpurple/protocols/gg/status.c	Sat Sep 07 02:30:39 2013 +0530
+++ b/libpurple/protocols/gg/status.c	Thu Sep 12 19:08:48 2013 +0530
@@ -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