comparison src/protocols/msn/msn.c @ 4245:cd84b0fd63fc

[gaim-migrate @ 4495] Now, shut up and leave me alone. committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Wed, 08 Jan 2003 05:52:17 +0000
parents 2b5fa2b2f4ae
children 9c7fcb211886
comparison
equal deleted inserted replaced
4244:091e9db94ebc 4245:cd84b0fd63fc
1141 ap->gc = gc; 1141 ap->gc = gc;
1142 1142
1143 g_snprintf(msg, sizeof(msg), _("The user %s (%s) wants to add %s to his or her buddy list."), 1143 g_snprintf(msg, sizeof(msg), _("The user %s (%s) wants to add %s to his or her buddy list."),
1144 ap->user, ap->friend, ap->gc->username); 1144 ap->user, ap->friend, ap->gc->username);
1145 1145
1146 do_ask_dialog(msg, NULL, ap, _("Authorize"), msn_accept_add, _("Deny"), msn_cancel_add); 1146 do_ask_dialog(msg, NULL, ap, _("Authorize"), msn_accept_add, _("Deny"), msn_cancel_add, FALSE);
1147 } else if (!g_strncasecmp(buf, "BLP", 3)) { 1147 } else if (!g_strncasecmp(buf, "BLP", 3)) {
1148 char *type, *tmp = buf; 1148 char *type, *tmp = buf;
1149 1149
1150 GET_NEXT(tmp); 1150 GET_NEXT(tmp);
1151 GET_NEXT(tmp); 1151 GET_NEXT(tmp);
1291 ap->user = g_strdup(who); 1291 ap->user = g_strdup(who);
1292 ap->friend = g_strdup(friend); 1292 ap->friend = g_strdup(friend);
1293 ap->gc = gc; 1293 ap->gc = gc;
1294 1294
1295 g_snprintf(msg, sizeof(msg), _("The user %s (%s) wants to add you to their buddy list"),ap->user, ap->friend); 1295 g_snprintf(msg, sizeof(msg), _("The user %s (%s) wants to add you to their buddy list"),ap->user, ap->friend);
1296 do_ask_dialog(msg, NULL, ap, _("Authorize"), msn_accept_add, _("Deny"), msn_cancel_add); 1296 do_ask_dialog(msg, NULL, ap, _("Authorize"), msn_accept_add, _("Deny"), msn_cancel_add, FALSE);
1297 } 1297 }
1298 } 1298 }
1299 1299
1300 if (pos != tot) 1300 if (pos != tot)
1301 return 1; /* this isn't the last one in the RL, so return. */ 1301 return 1; /* this isn't the last one in the RL, so return. */