atspicontext: Cache empty atspi bus address
authorCorey Berla <corey@berla.me>
Tue, 29 Nov 2022 00:32:52 +0000 (16:32 -0800)
committerCorey Berla <corey@berla.me>
Tue, 29 Nov 2022 01:02:13 +0000 (17:02 -0800)
commit8072d202e319aa889327d6b632c9c5c6a46b391d
tree2177900c6199f96a9ea8c6b132e4301a86b7e2fb
parentb82fa26373535bc6a8e130217d9ef17aec8c1511
atspicontext: Cache empty atspi bus address

We are caching the bus address as data on the display object when it
exists, but fail to set the data when the bus address doesn't exist.
That causing excessive calls to GetAddress when the accesssbility
bus doesn't exist. Make sure to cache a non-existent accessibility
bus by setting the "" string.
gtk/a11y/gtkatspicontext.c