Mercurial > pidgin.yaz
changeset 8669:06dd136238ab
[gaim-migrate @ 9421]
Make MSN not auto-reconnect if you sign on from elsewhere.
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Fri, 16 Apr 2004 01:46:02 +0000 |
parents | e71eef9dc37f |
children | e72824b84285 |
files | src/protocols/msn/notification.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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."));