diff src/multi.c @ 1473:38e8391aa563

[gaim-migrate @ 1483] if i didn't tell her (if i didn't tell her) i could leave today (i could leave today) California dreamin' (California dreamin') committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Tue, 06 Feb 2001 11:43:08 +0000
parents f6a9bd50fd19
children 4e891576c226
line wrap: on
line diff
--- a/src/multi.c	Sun Feb 04 15:22:09 2001 +0000
+++ b/src/multi.c	Tue Feb 06 11:43:08 2001 +0000
@@ -125,7 +125,7 @@
 		gtk_widget_destroy(acctedit);
 	}
 	acctedit = NULL;
-	if (d == NULL && blist == NULL && mainwindow == NULL)
+	if (d == NULL && blist == NULL && mainwindow == NULL && g_slist_length(connections) < 1)
 		gtk_main_quit();
 }