# HG changeset patch # User Eric Warmenhoven # Date 966624269 0 # Node ID 8b3412f3ac2a94483a8b9bfa908f606b0d3a8509 # Parent 7e5523de52e231df390c3109db70adc2432ba94c [gaim-migrate @ 730] this was there for a reason committer: Tailor Script diff -r 7e5523de52e2 -r 8b3412f3ac2a src/gtkhtml.c --- 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);