changeset 1273:2153b0734e74

[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 <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Thu, 14 Dec 2000 13:46:10 +0000
parents 7448bc1cc7fd
children 32e819c194fd
files plugins/yay/yay.c
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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);
 }