comparison libpurple/protocols/toc/toc.c @ 21236:73c5f5bfeb39

disapproval of revision '4b2b98ecc70947f687d13c902b1b031247b49392'
author Richard Laager <rlaager@wiktel.com>
date Fri, 16 Nov 2007 23:27:01 +0000
parents fba1f6c3df0b
children 8ae227dca885
comparison
equal deleted inserted replaced
21235:fba1f6c3df0b 21236:73c5f5bfeb39
2215 } else { 2215 } else {
2216 g_snprintf(buf, sizeof(buf), _("%s requests you to send them a file"), ft->user); 2216 g_snprintf(buf, sizeof(buf), _("%s requests you to send them a file"), ft->user);
2217 } 2217 }
2218 2218
2219 purple_request_accept_cancel_with_hint(ft->gc, NULL, buf, NULL, 2219 purple_request_accept_cancel_with_hint(ft->gc, NULL, buf, NULL,
2220 PURPLE_DEFAULT_ACTION_NONE, PURPLE_REQUEST_HINT_XFER, ft, 2220 PURPLE_DEFAULT_ACTION_NONE, "xfer", ft,
2221 G_CALLBACK(toc_accept_ft), 2221 G_CALLBACK(toc_accept_ft),
2222 G_CALLBACK(toc_reject_ft)); 2222 G_CALLBACK(toc_reject_ft));
2223 } 2223 }
2224 #endif 2224 #endif
2225 2225