changeset 720:8b3412f3ac2a

[gaim-migrate @ 730] this was there for a reason committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Fri, 18 Aug 2000 18:44:29 +0000
parents 7e5523de52e2
children 8e7ad10b5f26
files src/gtkhtml.c
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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);