# HG changeset patch # User Nathan Walp # Date 1054676680 0 # Node ID 883d5bc2eb0dab1a928f644843a5f559ce0abeef # Parent ab5a6ab03bddd2eafc6d94a8ee7e018707cdd3f2 [gaim-migrate @ 6150] this should be better diff -r ab5a6ab03bdd -r 883d5bc2eb0d src/connection.c --- 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