label: Maintain value for `has-tooltip` for labels with links
authorJulian Sparber <julian@sparber.net>
Wed, 13 Apr 2022 16:56:29 +0000 (18:56 +0200)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 21 Apr 2022 23:24:59 +0000 (19:24 -0400)
commit659c1c41deb7c4cf2e936ad638e22491d32d1a2f
tree8899e1541a16cc2171466015177a0b4a81ce9960
parent8f2be7e840644464c1efbf395c5231582c6f6914
label: Maintain value for `has-tooltip` for labels with links

The `has-tooltip` property gets set to `false` for label with links if no
link is selected. This makes sure to only change the property to `true`
but never to `false`.
gtk/gtklabel.c