# HG changeset patch # User Daniel Atallah # Date 1188361293 0 # Node ID 759273051b266315878746eee0ae7260254ff5dc # Parent 098c046020658b64304c6a61973d7ab120dee5fa Remove some relics from when we didn't create the buddy list immediately. diff -r 098c04602065 -r 759273051b26 pidgin/gtkaccount.c --- a/pidgin/gtkaccount.c Wed Aug 29 03:55:21 2007 +0000 +++ b/pidgin/gtkaccount.c Wed Aug 29 04:21:33 2007 +0000 @@ -2405,13 +2405,6 @@ g_free(accounts_window); accounts_window = NULL; - - /* See if we're the main window here. */ - if (PIDGIN_BLIST(purple_get_blist())->window == NULL && - purple_connections_get_all() == NULL) { - - purple_core_quit(); - } } static void diff -r 098c04602065 -r 759273051b26 pidgin/gtkcertmgr.c --- a/pidgin/gtkcertmgr.c Wed Aug 29 03:55:21 2007 +0000 +++ b/pidgin/gtkcertmgr.c Wed Aug 29 04:21:33 2007 +0000 @@ -676,11 +676,4 @@ gtk_widget_destroy(certmgr_dialog->window); g_free(certmgr_dialog); certmgr_dialog = NULL; - - /* If this was the only window left, quit */ - if (PIDGIN_BLIST(purple_get_blist())->window == NULL && - purple_connections_get_all() == NULL) { - - purple_core_quit(); - } }