comparison src/server.c @ 9976:f4ff7d2b9b2c

[gaim-migrate @ 10887] Dave West fixed a few things from his patch to remove the default action for certain dialogs that pop-up committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Wed, 08 Sep 2004 03:59:17 +0000
parents ced29c7b396c
children 5b13241a32c8
comparison
equal deleted inserted replaced
9975:c66345b33b88 9976:f4ff7d2b9b2c
1367 who, gaim_account_get_username(account), name); 1367 who, gaim_account_get_username(account), name);
1368 1368
1369 cid->gc = gc; 1369 cid->gc = gc;
1370 cid->components = data; 1370 cid->components = data;
1371 1371
1372 gaim_request_accept_cancel(gc, NULL, _("Accept chat invitation?"), 1372 gaim_request_accept_cancel(gc, NULL, _("Accept chat invitation?"), buf2,
1373 buf2, 0, cid, 1373 GAIM_DEFAULT_ACTION_NONE, cid,
1374 G_CALLBACK(chat_invite_accept), 1374 G_CALLBACK(chat_invite_accept),
1375 G_CALLBACK(chat_invite_reject)); 1375 G_CALLBACK(chat_invite_reject));
1376 } 1376 }
1377 1377
1378 GaimConversation *serv_got_joined_chat(GaimConnection *gc, 1378 GaimConversation *serv_got_joined_chat(GaimConnection *gc,