Mercurial > pidgin
diff libpurple/protocols/toc/toc.c @ 21095:cab348e39751
disapproval of revision '0e5385979f58d6ee74f668bb9b5dfd1ae3b6043f'
| author | Richard Laager <rlaager@wiktel.com> |
|---|---|
| date | Sun, 14 Oct 2007 00:26:00 +0000 |
| parents | 8c9aad9479c0 |
| children | 51cf02dbdb0e fba1f6c3df0b |
line wrap: on
line diff
--- a/libpurple/protocols/toc/toc.c Wed Oct 10 22:57:51 2007 +0000 +++ b/libpurple/protocols/toc/toc.c Sun Oct 14 00:26:00 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(ft->gc, NULL, buf, NULL, - PURPLE_DEFAULT_ACTION_NONE, ft, + purple_request_accept_cancel_with_hint(ft->gc, NULL, buf, NULL, + PURPLE_DEFAULT_ACTION_NONE, "xfer", ft, G_CALLBACK(toc_accept_ft), G_CALLBACK(toc_reject_ft)); }
