Tue, 03 Jun 2003 21:44:40 +0000
[gaim-migrate @ 6150]
this should be better
| src/connection.c | file | annotate | diff | comparison | revisions |
--- a/src/connection.c Tue Jun 03 21:40:56 2003 +0000 +++ b/src/connection.c Tue Jun 03 21:44:40 2003 +0000 @@ -329,10 +329,10 @@ ops = gaim_get_connection_ui_ops(); - gaim_connection_disconnect(gc); - if (ops != NULL && ops->disconnected != NULL) ops->disconnected(gc, text); + + gaim_connection_disconnect(gc); } void