After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 680598 - AtSpiAction doesn't include the method get_localized_name
AtSpiAction doesn't include the method get_localized_name
Status: RESOLVED FIXED
Product: at-spi
Classification: Platform
Component: at-spi2-core
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Li Yuan
At-spi maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2012-07-25 16:28 UTC by Alejandro Piñeiro Iglesias (IRC: infapi00)
Modified: 2012-07-30 17:07 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Alejandro Piñeiro Iglesias (IRC: infapi00) 2012-07-25 16:28:05 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?
Comment 1 Mike Gorse 2012-07-26 16:46:31 UTC
(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.
Comment 2 Mike Gorse 2012-07-30 17:07:31 UTC
I've just added get_localized_name with the following commits:

at-spi2-core: 44c0e5
at-spi2-atk: 3e87dd
pyatspi: 9b254d