GNOME Bugzilla – Bug 680598
AtSpiAction doesn't include the method get_localized_name
Last modified: 2012-07-30 17:07:31 UTC
AtkAction include this methods: atk_action_get_name atk_action_get_localized_name But at-spi only includes atspi_action_get_name The first doubt is how to know which AtkAction method maps with atspi_action_get_name. At this moment it is atk_action_get_name, so it is a non-localized string. See bug 525226 and specifically bug 525226 comment 10 for more information. Note: one this gets added on the core, some support on at-spi2-atk should be required to be added (in order to map any hypothetically atspi_action_get_localized_name with atk_action_get_localized_name). Should I create a bug also for that component?
(In reply to comment #0) > Note: one this gets added on the core, some support on at-spi2-atk should be > required to be added (in order to map any hypothetically > atspi_action_get_localized_name with atk_action_get_localized_name). Should I > create a bug also for that component? This one bug is fine as far as I'm concerned. I'll look at it within the next few days.
I've just added get_localized_name with the following commits: at-spi2-core: 44c0e5 at-spi2-atk: 3e87dd pyatspi: 9b254d