diff options
author | Behdad Esfahbod <behdad@gnome.org> | 2009-01-30 05:04:47 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2009-01-30 05:04:47 +0000 |
commit | 65c5836108e3e35f10178f6b85aade14b9e8d887 (patch) | |
tree | 1f273c389c28cba1d5b4d1c1b130cc26b1b8fbd4 /ChangeLog | |
parent | 52d8ad64f1dabf981b9d25749099b80ce819bceb (diff) | |
download | pango-65c5836108e3e35f10178f6b85aade14b9e8d887.tar.gz |
Bug 569763 – pango doesn't like font descriptions without family!
2009-01-30 Behdad Esfahbod <behdad@gnome.org>
Bug 569763 – pango doesn't like font descriptions without family!
* pango/pangofc-fontmap.c (pango_fc_make_pattern): Don't crash is desc
doesn't have family set.
svn path=/trunk/; revision=2821
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2009-01-30 Behdad Esfahbod <behdad@gnome.org> + + Bug 569763 – pango doesn't like font descriptions without family! + + * pango/pangofc-fontmap.c (pango_fc_make_pattern): Don't crash is desc + doesn't have family set. + 2009-01-29 Behdad Esfahbod <behdad@gnome.org> * pango-view/viewer-render.c (make_layout), (get_options_string): |