libpurple/protocols/toc/toc.c

changeset 21175
c6d76b49c206
parent 21174
8ba833993a11
child 21352
e10c4ea18f7c
--- 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));
 }

mercurial