[gaim-migrate @ 730]

Fri, 18 Aug 2000 18:44:29 +0000

author
Eric Warmenhoven <warmenhoven@yahoo.com>
date
Fri, 18 Aug 2000 18:44:29 +0000
changeset 720
9a3c9b0805e3
parent 719
8e73200db133
child 721
3931a1b3e9a2

[gaim-migrate @ 730]
this was there for a reason

src/gtkhtml.c file | annotate | diff | comparison | revisions
--- a/src/gtkhtml.c	Fri Aug 18 18:42:19 2000 +0000
+++ b/src/gtkhtml.c	Fri Aug 18 18:44:29 2000 +0000
@@ -1840,10 +1840,11 @@
 	if (hb->type == HTML_BIT_TEXT)
 	{
 
-/*		if (!strlen(hb->text))
-			return;*/
 		if (!(hb->text))
 			return;
+		/* this is possible, don't comment it out >:P */
+		if (!strlen(hb->text))
+			return;
 
 		mypos = g_list_index(html->html_bits, hb);
 		epos = g_list_index(html->html_bits, html->end_sel);

mercurial