label: Actually mark visited labels as visited
A recalculate will clear the labels and compute them again, which will clear the information if something was visited...
This commit is contained in:
@ -6314,7 +6314,7 @@ emit_activate_link (GtkLabel *label,
|
|||||||
{
|
{
|
||||||
link->visited = TRUE;
|
link->visited = TRUE;
|
||||||
/* FIXME: shouldn't have to redo everything here */
|
/* FIXME: shouldn't have to redo everything here */
|
||||||
gtk_label_recalculate (label);
|
gtk_label_clear_layout (label);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user