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:
Benjamin Otte
2012-01-06 05:17:46 +01:00
parent b73ede690d
commit 42d0a6de23

View File

@ -6314,7 +6314,7 @@ emit_activate_link (GtkLabel *label,
{
link->visited = TRUE;
/* FIXME: shouldn't have to redo everything here */
gtk_label_recalculate (label);
gtk_label_clear_layout (label);
}
}