# HG changeset patch # User Eric Warmenhoven # Date 983131771 0 # Node ID 1a1a58499a1c8b990f7bfa3eeae8cebdb9f96235 # Parent 9be5ac652d511e22ba8ee148750581ca332e1a3c [gaim-migrate @ 1513] hi committer: Tailor Script diff -r 9be5ac652d51 -r 1a1a58499a1c plugins/yay/yay.c --- a/plugins/yay/yay.c Sun Feb 25 00:52:34 2001 +0000 +++ b/plugins/yay/yay.c Sun Feb 25 20:09:31 2001 +0000 @@ -293,6 +293,7 @@ account_online(gc); serv_finish_login(gc); + yd->active_id = g_strdup(gc->username); if (bud_list_cache_exists(gc)) do_import(NULL, gc); @@ -307,8 +308,6 @@ } } - yd->active_id = g_strdup(gc->username); - gc->inpa = gdk_input_add(ctxt->sockfd, GDK_INPUT_READ | GDK_INPUT_EXCEPTION, yahoo_callback, gc); }