Mercurial > pidgin
changeset 1096:c1dcba9f3a3a
[gaim-migrate @ 1106]
forgot this
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Tue, 14 Nov 2000 11:34:30 +0000 |
parents | ca8206682e3f |
children | 40189d5443c0 |
files | plugins/yay/yay.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/plugins/yay/yay.c Tue Nov 14 10:45:05 2000 +0000 +++ b/plugins/yay/yay.c Tue Nov 14 11:34:30 2000 +0000 @@ -216,7 +216,7 @@ if (!ctxt || !yahoo_connect(ctxt)) { debug_printf("Yahoo: Unable to connect\n"); hide_login_progress(gc, "Unable to connect"); - destroy_gaim_conn(gc); + signoff(gc); return; } @@ -233,7 +233,7 @@ if (yahoo_cmd_logon(ctxt, YAHOO_STATUS_AVAILABLE)) { debug_printf("Yahoo: Unable to login\n"); hide_login_progress(gc, "Unable to login"); - destroy_gaim_conn(gc); + signoff(gc); return; }