libpurple/protocols/gg/status.c

branch
soc.2013.gobjectification.plugins
changeset 36701
5acd461707ae
parent 36545
23b59a16c808
parent 34940
c0aef3b64c56
child 36744
a7c26ee6e466
--- a/libpurple/protocols/gg/status.c	Sun Sep 08 12:06:44 2013 +0530
+++ b/libpurple/protocols/gg/status.c	Thu Sep 12 19:55:22 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