Mercurial > pidgin
diff libpurple/protocols/toc/toc.c @ 20598:285bb637a2b7
Updated hinting to be less invasive
| author | Gabriel Schulhof <nix@go-nix.ca> |
|---|---|
| date | Sat, 22 Sep 2007 16:19:34 +0000 |
| parents | 44b4e8bd759b |
| children | 8c9aad9479c0 |
line wrap: on
line diff
--- a/libpurple/protocols/toc/toc.c Sat Sep 22 09:48:07 2007 +0000 +++ b/libpurple/protocols/toc/toc.c Sat Sep 22 16:19:34 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)); }
