# HG changeset patch # User Nathan Walp # Date 1053194078 0 # Node ID 573501c63fef8e4e73095c93c7b70c5ad9ee28b8 # Parent c086c2f67ba35602ae76d8be08852019975dbdb7 [gaim-migrate @ 5789] group numbers are now really fixed. committer: Tailor Script diff -r c086c2f67ba3 -r 573501c63fef src/multi.c --- 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 */