changeset 19522:759273051b26

Remove some relics from when we didn't create the buddy list immediately.
author Daniel Atallah <daniel.atallah@gmail.com>
date Wed, 29 Aug 2007 04:21:33 +0000
parents 098c04602065
children 9683da821d15
files pidgin/gtkaccount.c pidgin/gtkcertmgr.c
diffstat 2 files changed, 0 insertions(+), 14 deletions(-) [+]
line wrap: on
line diff
--- 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
--- 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();
-	}
 }