[gaim-migrate @ 5789]

Sat, 17 May 2003 17:54:38 +0000

author
Nathan Walp <nwalp@pidgin.im>
date
Sat, 17 May 2003 17:54:38 +0000
changeset 5413
632b068bb9f6
parent 5412
9e323b523a5a
child 5414
1328566015f6

[gaim-migrate @ 5789]
group numbers are now really fixed.

src/multi.c file | annotate | diff | comparison | revisions
--- 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 */

mercurial