diff options
author | Owen Taylor <otaylor@redhat.com> | 2001-09-25 16:40:45 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2001-09-25 16:40:45 +0000 |
commit | 80fb60e0c5e19de379941f85a4f361455459d818 (patch) | |
tree | 163128d5e335a3c26fef64f845cf80157f201238 /pango/pangowin32-fontmap.c | |
parent | 1bdcb77e1032c4b02f4838752b0ed64ef11036c9 (diff) | |
download | pango-80fb60e0c5e19de379941f85a4f361455459d818.tar.gz |
Version 0.20PANGO_0_20
Tue Sep 25 11:54:03 2001 Owen Taylor <otaylor@redhat.com>
* configure.in: Version 0.20
* NEWS: Updated
* configure.in (GLIB_REQUIRED_VERSION): Require GLib 1.3.9
* examples/Makefile.am (EXTRA_DIST): Add the viewer-qt
in case someone (say Tim) makes dist without qt installed.
(reported by Tony Graham)
* examples/Makefile.am (pango.modules): Don't use
grep -q (reported by Tony Graham)
* docs/pango-sections.txt: Fix small typo.
Diffstat (limited to 'pango/pangowin32-fontmap.c')
-rw-r--r-- | pango/pangowin32-fontmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/pangowin32-fontmap.c b/pango/pangowin32-fontmap.c index bcaa2275..3d4f48a9 100644 --- a/pango/pangowin32-fontmap.c +++ b/pango/pangowin32-fontmap.c @@ -429,7 +429,7 @@ pango_win32_font_map_load_font (PangoFontMap *fontmap, g_return_val_if_fail (description != NULL, NULL); - name = g_ascii_strdown (pango_font_description_get_family (description)); + name = g_ascii_strdown (pango_font_description_get_family (description), -1); win32family = g_hash_table_lookup (win32fontmap->families, name); if (win32family) |