| 1838 return; |
1838 return; |
| 1839 |
1839 |
| 1840 if (hb->type == HTML_BIT_TEXT) |
1840 if (hb->type == HTML_BIT_TEXT) |
| 1841 { |
1841 { |
| 1842 |
1842 |
| 1843 if (!strlen(hb->text)) |
1843 /* if (!strlen(hb->text)) |
| |
1844 return;*/ |
| |
1845 if (!(hb->text)) |
| 1844 return; |
1846 return; |
| 1845 |
1847 |
| 1846 mypos = g_list_index(html->html_bits, hb); |
1848 mypos = g_list_index(html->html_bits, hb); |
| 1847 epos = g_list_index(html->html_bits, html->end_sel); |
1849 epos = g_list_index(html->html_bits, html->end_sel); |
| 1848 spos = g_list_index(html->html_bits, html->start_sel); |
1850 spos = g_list_index(html->html_bits, html->start_sel); |