# HG changeset patch # User Sean Egan # Date 1017709475 0 # Node ID 025a8042dd733313e1960d729ee20eb6ee93fd11 # Parent d903b60f9c50bd649cb7c3af8514432b0dc2e983 [gaim-migrate @ 3136] A nice little msn fix by Gerd Behrmann committer: Tailor Script diff -r d903b60f9c50 -r 025a8042dd73 src/protocols/msn/msn.c --- a/src/protocols/msn/msn.c Sun Mar 31 15:13:12 2002 +0000 +++ b/src/protocols/msn/msn.c Tue Apr 02 01:04:35 2002 +0000 @@ -947,6 +947,7 @@ } else if (!g_strcasecmp(which, "BL") && pos) { gc->deny = g_slist_append(gc->deny, g_strdup(who)); } else if (!g_strcasecmp(which, "RL")) { + if (pos) { while(perm) { if(!g_strcasecmp(perm->data, who)) new = 0; @@ -967,6 +968,7 @@ g_snprintf(msg, sizeof(msg), "The user %s (%s) wants to add you to their buddy list",ap->user, url_decode(ap->friend)); do_ask_dialog(msg, ap, msn_accept_add, msn_cancel_add); } + } if (pos != tot) return 1; /* this isn't the last one in the RL, so return. */