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 155912 - One too short in pango_layout_get_log_attrs
One too short in pango_layout_get_log_attrs
Status: RESOLVED FIXED
Product: pango
Classification: Platform
Component: general
1.5.x
Other Linux
: Normal normal
: ---
Assigned To: pango-maint
pango-maint
: 156592 157946 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2004-10-20 06:08 UTC by Owen Taylor
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
The patch (1.27 KB, patch)
2004-10-20 06:09 UTC, Owen Taylor
none Details | Review

Description Owen Taylor 2004-10-20 06:08:34 UTC
Needs to return one more attribute (GtkTextView was reading
one off the end in various places)
Comment 1 Owen Taylor 2004-10-20 06:09:19 UTC
Created attachment 32814 [details] [review]
The patch
Comment 2 Owen Taylor 2004-10-28 14:20:07 UTC
*** Bug 156592 has been marked as a duplicate of this bug. ***
Comment 3 Owen Taylor 2004-11-11 19:12:33 UTC
*** Bug 157946 has been marked as a duplicate of this bug. ***
Comment 4 Owen Taylor 2004-11-21 16:45:46 UTC
Sun Nov 21 11:40:03 2004  Owen Taylor  <otaylor@redhat.com>

        * pango/pango-layout.c (pango_layout_get_log_attrs): Return n+1
        logical attributes not n logical attributes (#155912)