changeset 372:a65a43766b22

dep/animone: atspi a11y impl didn't work at all and hit an assertion because paper can't code
author Paper <paper@tflc.us>
date Fri, 25 Jul 2025 11:02:29 -0400
parents c87dcf967cff
children fbc8c617de80
files dep/animone/src/a11y/atspi.cc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/dep/animone/src/a11y/atspi.cc	Fri Jul 25 11:01:57 2025 -0400
+++ b/dep/animone/src/a11y/atspi.cc	Fri Jul 25 11:02:29 2025 -0400
@@ -39,7 +39,7 @@
 		if (!desktop)
 			return false;
 
-		for (gint j = 0; j < atspi_accessible_get_child_count(application.get(), nullptr); j++) {
+		for (gint j = 0; j < atspi_accessible_get_child_count(desktop.get(), nullptr); j++) {
 			application.reset(atspi_accessible_get_child_at_index(desktop.get(), j, nullptr));
 			if (!application)
 				return false;