Mercurial > pidgin
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 5412:c086c2f67ba3 | 5413:573501c63fef |
|---|---|
| 2049 | 2049 |
| 2050 void signoff(struct gaim_connection *gc) | 2050 void signoff(struct gaim_connection *gc) |
| 2051 { | 2051 { |
| 2052 GList *wins; | 2052 GList *wins; |
| 2053 | 2053 |
| 2054 gaim_blist_remove_account(gc->account); | 2054 /* we only remove the account if we ever added it */ |
| 2055 if(!gc->account->connecting) | |
| 2056 gaim_blist_remove_account(gc->account); | |
| 2055 | 2057 |
| 2056 /* core stuff */ | 2058 /* core stuff */ |
| 2057 /* remove this here so plugins get a sensible count of connections */ | 2059 /* remove this here so plugins get a sensible count of connections */ |
| 2058 connections = g_slist_remove(connections, gc); | 2060 connections = g_slist_remove(connections, gc); |
| 2059 gaim_debug(GAIM_DEBUG_MISC, "accounts", "date: %s\n", full_date()); | 2061 gaim_debug(GAIM_DEBUG_MISC, "accounts", "date: %s\n", full_date()); |
