plugins/autorecon.c

changeset 10738
63ca8277c234
parent 10574
5abb2931b6ff
child 10748
57d21866d182
--- a/plugins/autorecon.c	Sat Mar 26 19:19:33 2005 +0000
+++ b/plugins/autorecon.c	Sat Mar 26 20:08:43 2005 +0000
@@ -140,8 +140,7 @@
 		info->timeout = 0;
 
 	gaim_debug(GAIM_DEBUG_INFO, "autorecon", "calling gaim_account_connect\n");
-	/* XXX: make this remember the status from disconnect */
-	gaim_account_connect(account, gaim_account_get_status(account, "online"));
+	gaim_account_connect(account);
 	gaim_debug(GAIM_DEBUG_INFO, "autorecon", "done calling gaim_account_connect\n");
 
 	return FALSE;

mercurial