--- a/libpurple/protocols/toc/toc.c Sun Oct 14 00:26:00 2007 +0000 +++ b/libpurple/protocols/toc/toc.c Fri Nov 16 23:30:03 2007 +0000 @@ -2216,8 +2216,8 @@ g_snprintf(buf, sizeof(buf), _("%s requests you to send them a file"), ft->user); } - purple_request_accept_cancel_with_hint(ft->gc, NULL, buf, NULL, - PURPLE_DEFAULT_ACTION_NONE, "xfer", ft, + purple_request_accept_cancel(ft->gc, NULL, buf, NULL, + PURPLE_DEFAULT_ACTION_NONE, ft, G_CALLBACK(toc_accept_ft), G_CALLBACK(toc_reject_ft)); }