| 1917:dde6d483fdb3 | 1918:58c69207c6f0 |
|---|---|
| 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 */ |