libpurple/protocols/jabber/usernick.c

branch
soc.2013.gobjectification.plugins
changeset 36701
5acd461707ae
parent 36692
324db2a53c4c
parent 34940
c0aef3b64c56
child 37101
8ba9a23354ff
--- a/libpurple/protocols/jabber/usernick.c	Sun Sep 08 12:06:44 2013 +0530
+++ b/libpurple/protocols/jabber/usernick.c	Thu Sep 12 19:55:22 2013 +0530
@@ -81,7 +81,7 @@
 	purple_request_input(js->gc, _("Set User Nickname"), _("Please specify a new nickname for you."),
 		_("This information is visible to all contacts on your contact list, so choose something appropriate."),
 		oldnickname, FALSE, FALSE, NULL, _("Set"), PURPLE_CALLBACK(do_nick_set), _("Cancel"), NULL,
-		purple_connection_get_account(js->gc), NULL, NULL, js);
+		purple_request_cpar_from_connection(js->gc), js);
 	g_free(oldnickname);
 }
 

mercurial