comparison 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
comparison
equal deleted inserted replaced
10115:4fd312ceaa29 10116:9f358a718f38
106 "not on the server list. " 106 "not on the server list. "
107 "Do you want this buddy to be added?"), 107 "Do you want this buddy to be added?"),
108 passport); 108 passport);
109 } 109 }
110 110
111 gaim_request_action(gc, NULL, msg, reason, 0, data, 2, 111 gaim_request_action(gc, NULL, msg, reason, GAIM_DEFAULT_ACTION_NONE,
112 data, 2,
112 _("Yes"), G_CALLBACK(msn_add_cb), 113 _("Yes"), G_CALLBACK(msn_add_cb),
113 _("No"), G_CALLBACK(msn_rem_cb)); 114 _("No"), G_CALLBACK(msn_rem_cb));
114 115
115 if (group_name != NULL) 116 if (group_name != NULL)
116 group = gaim_find_group(group_name); 117 group = gaim_find_group(group_name);