# HG changeset patch # User Eric Warmenhoven # Date 1008469715 0 # Node ID fccda160c0780c6ebf331563c198c5fe679a2f12 # Parent 615e2e1d7e72aedd52f24990dc9483c3acff5fda [gaim-migrate @ 2902] i know this is what you really meant, rob committer: Tailor Script diff -r 615e2e1d7e72 -r fccda160c078 src/protocols/msn/msn.c --- a/src/protocols/msn/msn.c Sun Dec 16 02:22:24 2001 +0000 +++ b/src/protocols/msn/msn.c Sun Dec 16 02:28:35 2001 +0000 @@ -949,12 +949,13 @@ serv_got_update(gc, user, 1, 0, 0, 0, status, 0); } else if (!g_strncasecmp(buf, "OUT", 3)) { char *tmp = buf; - static char msg[MSN_BUF_LEN]; GET_NEXT(tmp); if (!g_strncasecmp(tmp, "OTH", 3)) { - g_snprintf(msg, sizeof(msg), _("You have been disconnected. You have signed on from another location.")); - do_error_dialog(msg, _("MSN Error")); + hide_login_progress(gc, _("You have been disconnected. You have " + "signed on from another location.")); + signoff(gc); + return 0; } } else if (!g_strncasecmp(buf, "PRP", 3)) { } else if (!g_strncasecmp(buf, "QNG", 3)) {