diff options
author | Owen Taylor <otaylor@redhat.com> | 2001-06-26 19:13:28 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2001-06-26 19:13:28 +0000 |
commit | 9c41176796502c33fec770dc5952bdcdc9db3783 (patch) | |
tree | e2c561525c5cdbe96aae959634e2cb3feceb3b8e /pango/modules.c | |
parent | ac5989fb0fec8273fd4955611b6efb0317d138c1 (diff) | |
download | pango-9c41176796502c33fec770dc5952bdcdc9db3783.tar.gz |
Couple of bug fixes for the last change.
Tue Jun 26 15:11:30 2001 Owen Taylor <otaylor@redhat.com>
* pango/pango-context.c (font_set_get_font)
pango/pango-context.c (add_engines): Couple of
bug fixes for the last change.
* configure.in: Abort out when AM_PATH_GLIB fails.
Diffstat (limited to 'pango/modules.c')
-rw-r--r-- | pango/modules.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pango/modules.c b/pango/modules.c index 4f235452..b4f15bec 100644 --- a/pango/modules.c +++ b/pango/modules.c @@ -127,7 +127,8 @@ pango_find_map (PangoLanguage *language, { /* Move the found map to the beginning of the list * for speed next time around if we had to do - * any failing strcmps. + * any failing comparison. (No longer so important, + * since we don't strcmp.) */ maps = g_list_remove_link(maps, tmp_list); maps = g_list_prepend(maps, tmp_list->data); |