# HG changeset patch # User Christian Hammond # Date 1055657687 0 # Node ID f5b0c607326482a6ce2522ce74f83d1e4097bd30 # Parent ea6dfabdf60ff8c0bc84976ea03344812118b973 [gaim-migrate @ 6315] Removed the last bit of actual UI from connection.c. It still includes ui.h, but that's because of the stupid away stuff. committer: Tailor Script diff -r ea6dfabdf60f -r f5b0c6073264 src/connection.c --- a/src/connection.c Sun Jun 15 06:03:13 2003 +0000 +++ b/src/connection.c Sun Jun 15 06:14:47 2003 +0000 @@ -153,22 +153,9 @@ gaim_request_close_with_handle(gc); gaim_notify_close_with_handle(gc); - - /* XXX UI stuff! */ - update_privacy_connections(); } gaim_connection_destroy(gc); - - /* XXX More UI stuff! */ - if (connections != NULL) - return; - - /* XXX destroy_all_dialogs(); */ - - gaim_blist_destroy(); - - /* XXX show_login(); */ } /* diff -r ea6dfabdf60f -r f5b0c6073264 src/gtkconn.c --- a/src/gtkconn.c Sun Jun 15 06:03:13 2003 +0000 +++ b/src/gtkconn.c Sun Jun 15 06:14:47 2003 +0000 @@ -225,8 +225,20 @@ const char *reason) { struct signon_meter *meter = find_signon_meter(gc); + + update_privacy_connections(); + if(meter) kill_meter(meter, _("Done.")); + + if (gaim_connections_get_all() != NULL) + return; + + destroy_all_dialogs(); + + gaim_blist_destroy(); + + show_login(); } static void gaim_gtk_connection_notice(GaimConnection *gc,