libpurple/protocols/jabber/usernick.c

branch
soc.2013.gobjectification
changeset 34940
c0aef3b64c56
parent 34935
686fa55b0deb
parent 34329
ddbc1337332c
child 35499
c4c5e0a670b1
child 36701
5acd461707ae
--- a/libpurple/protocols/jabber/usernick.c	Sat Sep 07 02:30:39 2013 +0530
+++ b/libpurple/protocols/jabber/usernick.c	Thu Sep 12 19:08:48 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