# HG changeset patch # User Eric Warmenhoven # Date 974201670 0 # Node ID c1dcba9f3a3a619faecad1b9778f9611bc7b9939 # Parent ca8206682e3f02c7407d735586f9d7e9024c5b8d [gaim-migrate @ 1106] forgot this committer: Tailor Script diff -r ca8206682e3f -r c1dcba9f3a3a plugins/yay/yay.c --- 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; }