# HG changeset patch # User Christian Hammond # Date 1069201981 0 # Node ID cb9c3b6d6de97932b41b61f17554d61de96e6e8a # Parent b859cfb5f31ad049859c89458366fc263b18034f [gaim-migrate @ 8179] Fixed unblocking of users in MSN (Thanks Robert Mibus) committer: Tailor Script diff -r b859cfb5f31a -r cb9c3b6d6de9 ChangeLog --- a/ChangeLog Tue Nov 18 23:28:40 2003 +0000 +++ b/ChangeLog Wed Nov 19 00:33:01 2003 +0000 @@ -9,6 +9,7 @@ * Fixes several Jabber bugs * Fixes the bug where some dialogs would crash when spell checking was enabled. Closes #827930. + * Fixed unblocking of users in MSN (Robert Mibus) * Fixes outgoing mobile pages on MSN. * The border on the close buttons on inactive tabs are no longer shown, thanks to a fix used by Galeon. diff -r b859cfb5f31a -r cb9c3b6d6de9 src/protocols/msn/msn.c --- a/src/protocols/msn/msn.c Tue Nov 18 23:28:40 2003 +0000 +++ b/src/protocols/msn/msn.c Wed Nov 19 00:33:01 2003 +0000 @@ -848,12 +848,21 @@ g_snprintf(buf, sizeof(buf), "BL %s", who); - if (!msn_servconn_send_command(session->notification_conn, "REM", buf)) { + if (!msn_servconn_send_command(session->notification_conn, "REM", buf)) + { gaim_connection_error(gc, _("Write error")); return; } gaim_privacy_permit_add(gc->account, who, TRUE); + + g_snprintf(buf, sizeof(buf), "AL %s", who); + + if (!msn_servconn_send_command(session->notification_conn, "ADD", buf)) + { + gaim_connection_error(gc, _("Write error")); + return; + } } static void