| 680 if ((oldprelit_tag != NULL) && (GTK_IMHTML(imhtml)->prelit_tag != oldprelit_tag)) { |
680 if ((oldprelit_tag != NULL) && (GTK_IMHTML(imhtml)->prelit_tag != oldprelit_tag)) { |
| 681 gtk_imhtml_set_link_color(GTK_IMHTML(imhtml), oldprelit_tag); |
681 gtk_imhtml_set_link_color(GTK_IMHTML(imhtml), oldprelit_tag); |
| 682 } |
682 } |
| 683 |
683 |
| 684 if (GTK_IMHTML(imhtml)->tip) { |
684 if (GTK_IMHTML(imhtml)->tip) { |
| 685 if ((tip == GTK_IMHTML(imhtml)->tip)) { |
685 if (tip == GTK_IMHTML(imhtml)->tip) { |
| 686 g_slist_free(tags); |
686 g_slist_free(tags); |
| 687 return FALSE; |
687 return FALSE; |
| 688 } |
688 } |
| 689 /* We've left the cell. Remove the timeout and create a new one below */ |
689 /* We've left the cell. Remove the timeout and create a new one below */ |
| 690 if (GTK_IMHTML(imhtml)->tip_window) { |
690 if (GTK_IMHTML(imhtml)->tip_window) { |