diff src/gtkhtml.c @ 716:0995382d0c46

[gaim-migrate @ 726] got the default colors and fonts to take effect in buddy chats committer: Tailor Script <tailor@pidgin.im>
author Todd Kulesza <fflewddur>
date Fri, 18 Aug 2000 03:39:25 +0000
parents 05f6f7dabb7e
children 8b3412f3ac2a
line wrap: on
line diff
--- a/src/gtkhtml.c	Fri Aug 18 00:21:53 2000 +0000
+++ b/src/gtkhtml.c	Fri Aug 18 03:39:25 2000 +0000
@@ -1840,7 +1840,9 @@
 	if (hb->type == HTML_BIT_TEXT)
 	{
 
-		if (!strlen(hb->text))
+/*		if (!strlen(hb->text))
+			return;*/
+		if (!(hb->text))
 			return;
 
 		mypos = g_list_index(html->html_bits, hb);