Mercurial > pidgin
changeset 14593:d24de94469f4
[gaim-migrate @ 17318]
Part of SF Patch #1559532 from Mike Stoddard
"I have also included a fix for another issue -- if the
the user is disconnected because he/she logged in
somewhere else we don't want to reconnect."
committer: Tailor Script <tailor@pidgin.im>
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Tue, 19 Sep 2006 00:55:20 +0000 |
parents | f407d80a618c |
children | 78f121689460 |
files | libgaim/protocols/novell/novell.c |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/libgaim/protocols/novell/novell.c Mon Sep 18 21:55:06 2006 +0000 +++ b/libgaim/protocols/novell/novell.c Tue Sep 19 00:55:20 2006 +0000 @@ -2014,8 +2014,11 @@ gc = gaim_account_get_connection((GaimAccount *) user->client_data); if (gc) + { + gc->wants_to_die = TRUE; /* we don't want to reconnect in this case */ gaim_connection_error(gc, _("You have been logged out because you" " logged in at another workstation.")); + } } static void