diff src/multi.c @ 5413:573501c63fef

[gaim-migrate @ 5789] group numbers are now really fixed. committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Sat, 17 May 2003 17:54:38 +0000
parents e03f07e1f7f4
children ad445074d239
line wrap: on
line diff
--- a/src/multi.c	Sat May 17 16:51:58 2003 +0000
+++ b/src/multi.c	Sat May 17 17:54:38 2003 +0000
@@ -2051,7 +2051,9 @@
 {
 	GList *wins;
 
-	gaim_blist_remove_account(gc->account);
+	/* we only remove the account if we ever added it */
+	if(!gc->account->connecting)
+		gaim_blist_remove_account(gc->account);
 
 	/* core stuff */
 	/* remove this here so plugins get a sensible count of connections */