Mercurial > pidgin
changeset 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 | be620a051d6d |
children | 4e891576c226 |
files | src/gtkimhtml.c src/multi.c |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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, "<PRE>") || !g_strcasecmp (tag, "</PRE>") || !g_strcasecmp (tag, "<H3>") || - !g_strcasecmp (tag, "<H3 ") || + !g_strncasecmp (tag, "<H3 ", strlen ("<H3 ")) || !g_strcasecmp (tag, "</H3>") || !g_strcasecmp (tag, "<HTML>") || !g_strcasecmp (tag, "</HTML>") ||
--- 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(); }