Fri, 18 Aug 2000 18:44:29 +0000
[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);