# HG changeset patch # User Eric Warmenhoven # Date 981459788 0 # Node ID 38e8391aa5634d2e8f48c18a70987220825dbb25 # Parent be620a051d6d6ade2ad31bec17b22d84105cde04 [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 diff -r be620a051d6d -r 38e8391aa563 src/gtkimhtml.c --- a/src/gtkimhtml.c Sun Feb 04 15:22:09 2001 +0000 +++ b/src/gtkimhtml.c Tue Feb 06 11:43:08 2001 +0000 @@ -2530,7 +2530,7 @@ !g_strcasecmp (tag, "
") ||
 				   !g_strcasecmp (tag, "
") || !g_strcasecmp (tag, "

") || - !g_strcasecmp (tag, "

") || !g_strcasecmp (tag, "") || !g_strcasecmp (tag, "") || diff -r be620a051d6d -r 38e8391aa563 src/multi.c --- 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(); }