Mercurial > pidgin
diff libpurple/protocols/msn/dialog.c @ 16439:08db93bbd798
Added account, who, and conversation parameters to the request API calls, and updated all code to match. I can't compile the Perl module, so I'd appreciate it if someone who knows it would verify that this doesn't break Perl.
author | Evan Schoenberg <evan.s@dreskin.net> |
---|---|
date | Thu, 26 Apr 2007 12:25:49 +0000 |
parents | 32c366eeeb99 |
children | 44b4e8bd759b 9c23f8a9bc28 7c0a2ef88018 |
line wrap: on
line diff
--- a/libpurple/protocols/msn/dialog.c Thu Apr 26 10:49:27 2007 +0000 +++ b/libpurple/protocols/msn/dialog.c Thu Apr 26 12:25:49 2007 +0000 @@ -128,6 +128,7 @@ } purple_request_action(gc, NULL, msg, reason, PURPLE_DEFAULT_ACTION_NONE, + purple_connection_get_account(gc), data->who, NULL, data, 2, _("Yes"), G_CALLBACK(msn_add_cb), _("No"), G_CALLBACK(msn_rem_cb));