src/gtkhtml.c

changeset 720
9a3c9b0805e3
parent 716
56e303f98361
child 721
3931a1b3e9a2
--- 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