libpurple/protocols/yahoo/yahoo_aliases.c

branch
soc.2013.gobjectification
changeset 34940
c0aef3b64c56
parent 34935
686fa55b0deb
parent 34332
876483829700
child 35265
77664079d0f0
child 36701
5acd461707ae
--- a/libpurple/protocols/yahoo/yahoo_aliases.c	Sat Sep 07 02:30:39 2013 +0530
+++ b/libpurple/protocols/yahoo/yahoo_aliases.c	Thu Sep 12 19:08:48 2013 +0530
@@ -562,7 +562,7 @@
 	purple_request_fields(gc, NULL, _("Set User Info"), NULL, fields,
 			_("OK"), G_CALLBACK(yahoo_set_userinfo_cb),
 			_("Cancel"), NULL,
-			purple_connection_get_account(gc), NULL, NULL, gc);
+			purple_request_cpar_from_connection(gc), gc);
 }
 
 void yahoo_set_userinfo(PurpleConnection *gc)
@@ -575,7 +575,7 @@
 	purple_request_fields(gc, NULL, _("Set User Info"), NULL, fields,
 			_("OK"), G_CALLBACK(yahoo_set_userinfo_cb),
 			_("Cancel"), NULL,
-			purple_connection_get_account(gc), NULL, NULL, gc);
+			purple_request_cpar_from_connection(gc), gc);
 }
 
 static gboolean

mercurial