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 704092 - Fix an off-by-one in role names
Fix an off-by-one in role names
Status: RESOLVED FIXED
Product: atk
Classification: Platform
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: ATK maintainer(s)
ATK maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2013-07-12 13:12 UTC by Matthias Clasen
Modified: 2013-07-13 18:23 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix an off-by-one in role names (935 bytes, patch)
2013-07-12 13:12 UTC, Matthias Clasen
accepted-commit_now Details | Review

Description Matthias Clasen 2013-07-12 13:12:06 UTC
This was causing atk_role_for_name to return ATK_ROLE_LEVEL_BAR
when giving it an empty string, which strangely enough is something
that the lsb testsuite checks...
Comment 1 Matthias Clasen 2013-07-12 13:12:09 UTC
Created attachment 249001 [details] [review]
Fix an off-by-one in role names
Comment 2 Alejandro Piñeiro Iglesias (IRC: infapi00) 2013-07-12 13:28:38 UTC
Review of attachment 249001 [details] [review]:

Looks good
Comment 3 Matthias Clasen 2013-07-13 18:23:11 UTC
pushed to master and gnome-3-8