# HG changeset patch # User Eric Warmenhoven # Date 976801570 0 # Node ID 2153b0734e74ce981c9ce834345b637d29bf3ae7 # Parent 7448bc1cc7fd988eb6dba349cb667add54575d66 [gaim-migrate @ 1283] import yahoo list (mostly so that it's used by bud_list_cache_exists and doesn't get used by other protocols) committer: Tailor Script diff -r 7448bc1cc7fd -r 2153b0734e74 plugins/yay/yay.c --- a/plugins/yay/yay.c Thu Dec 14 13:39:20 2000 +0000 +++ b/plugins/yay/yay.c Thu Dec 14 13:46:10 2000 +0000 @@ -263,6 +263,9 @@ account_online(gc); serv_finish_login(gc); + if (bud_list_cache_exists(gc)) + do_import(NULL, gc); + gc->inpa = gdk_input_add(ctxt->sockfd, GDK_INPUT_READ | GDK_INPUT_EXCEPTION, yahoo_callback, gc); }