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 674515 - typo in atspi_document_get_attribute_value()
typo in atspi_document_get_attribute_value()
Status: RESOLVED FIXED
Product: at-spi
Classification: Platform
Component: at-spi2-core
unspecified
Other All
: Normal normal
: ---
Assigned To: Li Yuan
At-spi maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2012-04-21 04:44 UTC by O. Atsushi (Torisugari)
Modified: 2012-04-24 13:13 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch (538 bytes, text/plain)
2012-04-21 04:44 UTC, O. Atsushi (Torisugari)
Details

Description O. Atsushi (Torisugari) 2012-04-21 04:44:35 UTC
Created attachment 212481 [details]
Patch

Hi,

It seems to me that atspi_document_get_attribute_value(...) in C (<atspi/atspi-document.h>) always returns empty string, due to typo. Please note that the small case "v" and extra "e".

Excuse me if this is not the right place to post a patch. Maybe, gnome-accessibility-devel or accessibility-atsp (lists.linuxfoundation.org) ?
Comment 1 Alejandro Piñeiro Iglesias (IRC: infapi00) 2012-04-23 18:29:51 UTC
Little acclaration meanwhile maintainer doesn't answer.

(In reply to comment #0)

> Excuse me if this is not the right place to post a patch. Maybe,
> gnome-accessibility-devel or accessibility-atsp (lists.linuxfoundation.org) ?

This is the correct place to post the patch. Thanks.

Anyway, as I'm not the maintainer of this module, so lets wait for his review (although patch seems safe)
Comment 2 Mike Gorse 2012-04-23 21:24:44 UTC
I've committed to master and the 3.4 branch. Thanks for the patch.
Comment 3 O. Atsushi (Torisugari) 2012-04-24 13:13:19 UTC
(In reply to comment #1)
> This is the correct place to post the patch.
Aha.

(In reply to comment #2)
> I've committed to master and the 3.4 branch. Thanks for the patch.
np, and thank you for your work.