| 551 g_object_set(G_OBJECT(oldprelit_tag), "foreground", "blue", NULL); |
551 g_object_set(G_OBJECT(oldprelit_tag), "foreground", "blue", NULL); |
| 552 } |
552 } |
| 553 |
553 |
| 554 if (GTK_IMHTML(imhtml)->tip) { |
554 if (GTK_IMHTML(imhtml)->tip) { |
| 555 if ((tip == GTK_IMHTML(imhtml)->tip)) { |
555 if ((tip == GTK_IMHTML(imhtml)->tip)) { |
| |
556 g_slist_free(tags); |
| 556 return FALSE; |
557 return FALSE; |
| 557 } |
558 } |
| 558 /* We've left the cell. Remove the timeout and create a new one below */ |
559 /* We've left the cell. Remove the timeout and create a new one below */ |
| 559 if (GTK_IMHTML(imhtml)->tip_window) { |
560 if (GTK_IMHTML(imhtml)->tip_window) { |
| 560 gtk_widget_destroy(GTK_IMHTML(imhtml)->tip_window); |
561 gtk_widget_destroy(GTK_IMHTML(imhtml)->tip_window); |