GNOME Bugzilla – Bug 155912
One too short in pango_layout_get_log_attrs
Last modified: 2004-12-22 21:47:04 UTC
Needs to return one more attribute (GtkTextView was reading one off the end in various places)
Created attachment 32814 [details] [review] The patch
*** Bug 156592 has been marked as a duplicate of this bug. ***
*** Bug 157946 has been marked as a duplicate of this bug. ***
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)