# HG changeset patch # User Mark Doliner # Date 1082079962 0 # Node ID 06dd136238ab966c590078f1ccf4de1338913b3a # Parent e71eef9dc37fd5fccf16f5635e16d9d8fba04ecc [gaim-migrate @ 9421] Make MSN not auto-reconnect if you sign on from elsewhere. committer: Tailor Script diff -r e71eef9dc37f -r 06dd136238ab src/protocols/msn/notification.c --- a/src/protocols/msn/notification.c Thu Apr 15 02:59:20 2004 +0000 +++ b/src/protocols/msn/notification.c Fri Apr 16 01:46:02 2004 +0000 @@ -435,6 +435,7 @@ GaimConnection *gc = servconn->session->account->gc; if (!g_ascii_strcasecmp(params[0], "OTH")) { + gc->wants_to_die = TRUE; gaim_connection_error(gc, _("You have been disconnected. You have " "signed on from another location."));