a11y: Map GTK_ACCESSIBLE_STATE_INVALID to ATSPI_STATE_INVALID_ENTRY
authorLukáš Tyrychtr <ltyrycht@redhat.com>
Mon, 27 Feb 2023 10:40:46 +0000 (11:40 +0100)
committerLukáš Tyrychtr <ltyrycht@redhat.com>
Mon, 27 Feb 2023 10:40:46 +0000 (11:40 +0100)
commit568cf2148685ad9421d697842d07f90d57e84a5b
treed4e44f0998adaf1550022c3d497c2ed890e636c9
parent49feaf465df7aae8a7e0e7d8fd924fc0571888d9
a11y: Map GTK_ACCESSIBLE_STATE_INVALID to ATSPI_STATE_INVALID_ENTRY

Previously, it was mapped to ATSPI_STATE_INVALID. However, that state
is used for some internal errors, and not user errors, so use the correct
one for that purpose.
gtk/a11y/gtkatspicontext.c