src/protocols/msn/dialog.c

changeset 10116
054b064145a1
parent 10044
884c09b189e6
child 10310
9f797642432a
--- a/src/protocols/msn/dialog.c	Mon Oct 18 17:25:25 2004 +0000
+++ b/src/protocols/msn/dialog.c	Mon Oct 18 19:02:33 2004 +0000
@@ -108,7 +108,8 @@
 								 passport);
 	}
 
-	gaim_request_action(gc, NULL, msg, reason, 0, data, 2,
+	gaim_request_action(gc, NULL, msg, reason, GAIM_DEFAULT_ACTION_NONE, 
+						data, 2,
 						_("Yes"), G_CALLBACK(msn_add_cb),
 						_("No"), G_CALLBACK(msn_rem_cb));
 

mercurial