src/gtkhtml.c

changeset 716
56e303f98361
parent 677
9bbc9387ba61
child 720
9a3c9b0805e3
equal deleted inserted replaced
715:96292ef864c9 716:56e303f98361
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);

mercurial