diff src/protocols/msn/dialog.c @ 10116:9f358a718f38

[gaim-migrate @ 11153] I went through every commit email on oldstatus since we branched, and merged relevant things to HEAD that had only been applied on oldstatus. committer: Tailor Script <tailor@pidgin.im>
author Stu Tomlinson <stu@nosnilmot.com>
date Mon, 18 Oct 2004 19:02:33 +0000
parents 86a6d78b070b
children 926bd0e5f487
line wrap: on
line diff
--- 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));