comparison src/server.c @ 5498:cce2d7868c78

[gaim-migrate @ 5894] Bye bye do_ask_dialog()! Mwahahahahhaha! And wit -> with. What wit with the witty with wit comment, wit you jutht thaw. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Fri, 23 May 2003 02:42:52 +0000
parents 7883082c290a
children de09863bd4b5
comparison
equal deleted inserted replaced
5497:3c7748b24410 5498:cce2d7868c78
1234 who, gc->username, name); 1234 who, gc->username, name);
1235 1235
1236 cid->gc = gc; 1236 cid->gc = gc;
1237 cid->components = data; 1237 cid->components = data;
1238 1238
1239 do_ask_dialog(_("Buddy Chat Invite"), buf2, cid, _("Accept"), chat_invite_accept, _("Cancel"), chat_invite_data_free, NULL, FALSE); 1239 gaim_request_accept_cancel(gc, NULL, _("Accept chat invitation?"),
1240 buf2, 0, cid,
1241 G_CALLBACK(chat_invite_accept),
1242 G_CALLBACK(chat_invite_data_free));
1240 } 1243 }
1241 1244
1242 struct gaim_conversation *serv_got_joined_chat(struct gaim_connection *gc, 1245 struct gaim_conversation *serv_got_joined_chat(struct gaim_connection *gc,
1243 int id, char *name) 1246 int id, char *name)
1244 { 1247 {