Thu, 14 Dec 2000 13:46:10 +0000
[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)
| plugins/yay/yay.c | file | annotate | diff | comparison | revisions |
--- 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); }