pidgin/gtkimhtml.c

branch
release-2.x.y
changeset 35980
b44c08754471
parent 35244
2bb66ef1475e
child 36256
a437550a9308
equal deleted inserted replaced
35979:ca8204d663bf 35980:b44c08754471
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) {

mercurial