changeset 1020:e1e36f95af9a

[gaim-migrate @ 1030] !!! :) committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Mon, 23 Oct 2000 21:01:25 +0000
parents 1c253f8a117c
children 90e8714bf95b
files src/oscar.c src/toc.c
diffstat 2 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/oscar.c	Mon Oct 23 08:33:22 2000 +0000
+++ b/src/oscar.c	Mon Oct 23 21:01:25 2000 +0000
@@ -1063,8 +1063,8 @@
 		aim_bos_setprofile(sess, command->conn, gc->user_info, NULL, gaim_caps);
 		aim_bos_reqbuddyrights(sess, command->conn);
 
+		account_online(gc);
 		serv_finish_login(gc);
-		account_online(gc);
 
 		if (bud_list_cache_exists(gc))
 			do_import(NULL, gc);
--- a/src/toc.c	Mon Oct 23 08:33:22 2000 +0000
+++ b/src/toc.c	Mon Oct 23 21:01:25 2000 +0000
@@ -40,7 +40,7 @@
 #include "gaim.h"
 #include "gnome_applet_mgr.h"
 
-#define REVISION "gaim:$Revision: 1012 $"
+#define REVISION "gaim:$Revision: 1030 $"
 
 struct toc_data {
 	int toc_fd;
@@ -136,8 +136,8 @@
 	while (gtk_events_pending())
 		gtk_main_iteration();
 
+	account_online(gc);
 	serv_finish_login(gc);
-	account_online(gc);
 
 	config = toc_wait_config(gc);
 	tdt->state = STATE_ONLINE;