[gaim-migrate @ 1283]

Thu, 14 Dec 2000 13:46:10 +0000

author
Eric Warmenhoven <warmenhoven@yahoo.com>
date
Thu, 14 Dec 2000 13:46:10 +0000
changeset 1273
ce011858ae79
parent 1272
c6c1d07806d9
child 1274
7e4b53d8becc

[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);
 }

mercurial