Mercurial > pidgin
comparison src/server.c @ 1918:fe79493094e7
[gaim-migrate @ 1928]
stupidity
committer: Tailor Script <tailor@pidgin.im>
| author | Eric Warmenhoven <eric@warmenhoven.org> |
|---|---|
| date | Tue, 29 May 2001 23:51:16 +0000 |
| parents | 73d73939f698 |
| children | 5bed3bc833b5 |
comparison
equal
deleted
inserted
replaced
| 1917:b1e3b9febac7 | 1918:fe79493094e7 |
|---|---|
| 81 if (gc->prpl && gc->prpl->close) | 81 if (gc->prpl && gc->prpl->close) |
| 82 (*gc->prpl->close)(gc); | 82 (*gc->prpl->close)(gc); |
| 83 | 83 |
| 84 account_offline(gc); | 84 account_offline(gc); |
| 85 destroy_gaim_conn(gc); | 85 destroy_gaim_conn(gc); |
| 86 build_edit_tree(); | |
| 87 } | 86 } |
| 88 | 87 |
| 89 void serv_touch_idle(struct gaim_connection *gc) | 88 void serv_touch_idle(struct gaim_connection *gc) |
| 90 { | 89 { |
| 91 /* Are we idle? If so, not anymore */ | 90 /* Are we idle? If so, not anymore */ |
