Sat, 17 May 2003 17:54:38 +0000
[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 */