pidgin/gtkimhtml.c

changeset 21069
fcc0f4eb692a
parent 21063
911e85f207c7
child 21076
bb293a21ce84
equal deleted inserted replaced
21068:017e7a4a57e8 21069:fcc0f4eb692a
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);

mercurial