| 369 ops = gaim_get_connection_ui_ops(); |
371 ops = gaim_get_connection_ui_ops(); |
| 370 |
372 |
| 371 if (ops != NULL && ops->disconnected != NULL) |
373 if (ops != NULL && ops->disconnected != NULL) |
| 372 ops->disconnected(gc, text); |
374 ops->disconnected(gc, text); |
| 373 |
375 |
| 374 g_timeout_add(0, gaim_connection_disconnect_cb, gc); |
376 g_timeout_add(0, gaim_connection_disconnect_cb, |
| |
377 gaim_connection_get_account(gc)); |
| 375 } |
378 } |
| 376 |
379 |
| 377 void |
380 void |
| 378 gaim_connections_disconnect_all(void) |
381 gaim_connections_disconnect_all(void) |
| 379 { |
382 { |