Mercurial > pidgin
comparison src/protocols/toc/toc.c @ 9970:837dc736e84f
[gaim-migrate @ 10881]
Spacing
committer: Tailor Script <tailor@pidgin.im>
| author | Mark Doliner <mark@kingant.net> |
|---|---|
| date | Wed, 08 Sep 2004 02:15:18 +0000 |
| parents | a9fb4493ae22 |
| children | 2c7c6bdb938b |
comparison
equal
deleted
inserted
replaced
| 9969:cc2e6dd43613 | 9970:837dc736e84f |
|---|---|
| 2099 } else { | 2099 } else { |
| 2100 g_snprintf(buf, sizeof(buf), _("%s requests you to send them a file"), ft->user); | 2100 g_snprintf(buf, sizeof(buf), _("%s requests you to send them a file"), ft->user); |
| 2101 } | 2101 } |
| 2102 | 2102 |
| 2103 gaim_request_accept_cancel(ft->gc, NULL, buf, NULL, | 2103 gaim_request_accept_cancel(ft->gc, NULL, buf, NULL, |
| 2104 GAIM_DEFAULT_ACTION_NONE, ft, | 2104 GAIM_DEFAULT_ACTION_NONE, ft, |
| 2105 G_CALLBACK(toc_accept_ft), | 2105 G_CALLBACK(toc_accept_ft), |
| 2106 G_CALLBACK(toc_reject_ft)); | 2106 G_CALLBACK(toc_reject_ft)); |
| 2107 } | 2107 } |
| 2108 #endif | 2108 #endif |
| 2109 | 2109 |
