label: Fix tooltips on links

Fix pointed out by Timm Baeder.

Fixes: #3765
This commit is contained in:
Matthias Clasen 2021-03-17 18:16:47 -04:00
parent 60ccae000b
commit e6b1443fbb

View File

@ -1658,6 +1658,7 @@ gtk_label_query_tooltip (GtkWidget *widget,
if (link->title)
{
gtk_tooltip_set_markup (tooltip, link->title);
return TRUE;
}
}
}