libpurple/protocols/yahoo/libymsg.c

changeset 34331
c8486462bb63
parent 34329
ddbc1337332c
child 34332
876483829700
--- a/libpurple/protocols/yahoo/libymsg.c	Tue Sep 10 15:34:10 2013 +0200
+++ b/libpurple/protocols/yahoo/libymsg.c	Tue Sep 10 21:47:37 2013 +0200
@@ -2126,11 +2126,11 @@
 				g_snprintf(buf, sizeof(buf), _("You have tried to ignore %s, but the "
 											   "user is on your buddy list.  Clicking \"Yes\" "
 											   "will remove and ignore the buddy."), who);
-				purple_request_yes_no(gc, NULL, _("Ignore buddy?"), buf, 0,
-									  purple_connection_get_account(gc), who, NULL,
-									  b,
-									  G_CALLBACK(ignore_buddy),
-									  G_CALLBACK(keep_buddy));
+				purple_request_yes_no(gc, NULL,
+					_("Ignore buddy?"), buf, 0,
+					purple_request_cpar_from_connection(gc),
+					b, G_CALLBACK(ignore_buddy),
+					G_CALLBACK(keep_buddy));
 				break;
 			}
 		case 2:

mercurial