diff 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
line wrap: on
line diff
--- a/src/server.c	Wed Sep 08 03:33:37 2004 +0000
+++ b/src/server.c	Wed Sep 08 03:59:17 2004 +0000
@@ -1369,8 +1369,8 @@
 	cid->gc = gc;
 	cid->components = data;
 
-	gaim_request_accept_cancel(gc, NULL, _("Accept chat invitation?"),
-							   buf2, 0, cid,
+	gaim_request_accept_cancel(gc, NULL, _("Accept chat invitation?"), buf2,
+							   GAIM_DEFAULT_ACTION_NONE, cid,
 							   G_CALLBACK(chat_invite_accept),
 							   G_CALLBACK(chat_invite_reject));
 }