diff options
author | Behdad Esfahbod <behdad@gnome.org> | 2009-01-28 23:41:59 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2009-01-28 23:41:59 +0000 |
commit | e1f0b385a8f62694b5dbbe856808b5aa10d384b3 (patch) | |
tree | bc11fd4022325b4faf72ce52290e762953620874 /ChangeLog | |
parent | 9a9cc36f7002a5f9421dd8788a320f3bd448cf65 (diff) | |
download | pango-e1f0b385a8f62694b5dbbe856808b5aa10d384b3.tar.gz |
Bug 560792 – Make PangoLayoutLine with line->layout==NULL renderable
2009-01-28 Behdad Esfahbod <behdad@gnome.org>
Bug 560792 – Make PangoLayoutLine with line->layout==NULL renderable
* pango/pango-renderer.c (pango_renderer_draw_layout_line),
(pango_renderer_draw_glyph_item), (pango_renderer_set_matrix):
Handle line->layout == NULL.
svn path=/trunk/; revision=2814
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,13 @@ 2009-01-28 Behdad Esfahbod <behdad@gnome.org> + Bug 560792 – Make PangoLayoutLine with line->layout==NULL renderable + + * pango/pango-renderer.c (pango_renderer_draw_layout_line), + (pango_renderer_draw_glyph_item), (pango_renderer_set_matrix): + Handle line->layout == NULL. + +2009-01-28 Behdad Esfahbod <behdad@gnome.org> + Bug 567392 – Abiword crashes in pango when opening document with certain locales |