changeset 1503:1a1a58499a1c

[gaim-migrate @ 1513] hi committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sun, 25 Feb 2001 20:09:31 +0000
parents 9be5ac652d51
children cac3efeb4d9c
files plugins/yay/yay.c
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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);
 }