changeset 4403:5a7fda352a8d

[gaim-migrate @ 4672] MSN users rejoice! You can block again! I'll head back to the corner now, amazed at my own stupidity. committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Thu, 23 Jan 2003 06:30:27 +0000
parents 4e5446a7131f
children 16f7f9451814
files src/protocols/msn/msn.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/protocols/msn/msn.c	Thu Jan 23 05:39:03 2003 +0000
+++ b/src/protocols/msn/msn.c	Thu Jan 23 06:30:27 2003 +0000
@@ -1284,7 +1284,7 @@
 			}
 			gaim_privacy_permit_add(gc->user, who);
 		} else if (!g_strcasecmp(which, "BL") && pos) {
-			gaim_privacy_deny_remove(gc->user, who);
+			gaim_privacy_deny_add(gc->user, who);
 		} else if (!g_strcasecmp(which, "RL")) {
 		    if (pos) {
 			while(perm) {