diff pidgin/gtkcertmgr.c @ 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 8c59bb6dfc7e
children 2604ae7c227b
line wrap: on
line diff
--- 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();
-	}
 }