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 337704 - API asymmetry in braillegenerator.py:getBrailleRegions and braille.py:displayRegions
API asymmetry in braillegenerator.py:getBrailleRegions and braille.py:display...
Status: RESOLVED FIXED
Product: orca
Classification: Applications
Component: braille
0.2.x
Other Linux
: Normal normal
: ---
Assigned To: Willie Walker
Orca Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-04-08 11:21 UTC by Willie Walker
Modified: 2006-04-08 11:27 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to add symmetry - modifies braille.displayRegions. (7.59 KB, patch)
2006-04-08 11:25 UTC, Willie Walker
accepted-commit_now Details | Review

Description Willie Walker 2006-04-08 11:21:54 UTC
There's an API asymmetry in braillegenerator.py:getBrailleRegions and braille.py:displayRegions.  Ideally, the output of getBrailleRegions could be passed directly to displayRegions.
Comment 1 Willie Walker 2006-04-08 11:25:00 UTC
Created attachment 62970 [details] [review]
Patch to add symmetry - modifies braille.displayRegions.