Mercurial > pidgin
changeset 19900:49aea2fa0107
Implementing hints in libpurple/server.c
author | Gabriel Schulhof <nix@go-nix.ca> |
---|---|
date | Thu, 16 Aug 2007 20:18:30 +0000 |
parents | 8984c70d5b45 |
children | 94a2128d139e |
files | libpurple/server.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/server.c Thu Aug 16 20:09:25 2007 +0000 +++ b/libpurple/server.c Thu Aug 16 20:18:30 2007 +0000 @@ -688,7 +688,7 @@ purple_request_accept_cancel(gc, NULL, _("Accept chat invitation?"), buf2, PURPLE_DEFAULT_ACTION_NONE, account, who, NULL, - cid, G_CALLBACK(chat_invite_accept), + "chat", cid, G_CALLBACK(chat_invite_accept), G_CALLBACK(chat_invite_reject)); } else if (plugin_return > 0)