summaryrefslogtreecommitdiff
path: root/atk/atkutil.c
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@gnome.org>2023-05-09 17:34:40 +0000
committerFederico Mena Quintero <federico@gnome.org>2023-05-09 17:34:40 +0000
commit77bfacc29cfc56ff868010826e3b714b3980c4c4 (patch)
tree68e8a972893a807aff7c30517c423a2edf3ab3b1 /atk/atkutil.c
parent01c6f75ff1278b22dc4916205fa52b6b7785b956 (diff)
parentabdc258b5751cf9b669bffb629d025b614f2177d (diff)
downloadat-spi2-core-77bfacc29cfc56ff868010826e3b714b3980c4c4.tar.gz
Merge branch 'debug-89' into 'main'
Re-do the activation of the helper test-application for at-spi2-atk's tests Closes #89 See merge request GNOME/at-spi2-core!138
Diffstat (limited to 'atk/atkutil.c')
-rw-r--r--atk/atkutil.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/atk/atkutil.c b/atk/atkutil.c
index db957c7a..cf5eb3b5 100644
--- a/atk/atkutil.c
+++ b/atk/atkutil.c
@@ -488,6 +488,7 @@ atk_get_root (void)
{
AtkUtilClass *klass = g_type_class_ref (ATK_TYPE_UTIL);
AtkObject *retval;
+
if (klass->get_root)
{
retval = klass->get_root ();