# HG changeset patch # User Paper # Date 1753455749 14400 # Node ID a65a43766b22a2be4ad6a2802ee408244770d707 # Parent c87dcf967cffbc9647748775c432ea882d6347bc dep/animone: atspi a11y impl didn't work at all and hit an assertion because paper can't code diff -r c87dcf967cff -r a65a43766b22 dep/animone/src/a11y/atspi.cc --- 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;