Mercurial > pidgin.yaz
changeset 1736:4f3448b3c8f8
[gaim-migrate @ 1746]
bah
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Sat, 21 Apr 2001 01:25:30 +0000 |
parents | 00f74db70f2d |
children | 82c824fe018e |
files | src/dialogs.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/dialogs.c Sat Apr 21 00:32:40 2001 +0000 +++ b/src/dialogs.c Sat Apr 21 01:25:30 2001 +0000 @@ -3748,7 +3748,7 @@ if (strlen (buf) >= 5 && (!strncmp (buf+strlen(buf)-5, "<BR>\n", 5))) /* take off the \n */ buf[strlen(buf)-1] = '\0'; - if (strlen (buf) >= 21 && strstr (buf, "---- New C")) { + if (!name || (strlen (buf) >= 21 && strstr (buf, "---- New C"))) { gtk_imhtml_append_text (GTK_IMHTML(layout), string->str, options); g_string_free (string, TRUE); string = g_string_new (buf);