changeset 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 c086c2f67ba3
children 2d9f7d2e3558
files src/multi.c
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
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 */