diff options
author | Behdad Esfahbod <behdad@gnome.org> | 2006-01-27 19:14:29 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2006-01-27 19:14:29 +0000 |
commit | 53c80ee556aeb6840435850ffa2a5aefec4509ea (patch) | |
tree | 213f836112863e9797fe596fb2a1e985b4166923 /pango/pango-fontmap.c | |
parent | 13f4a763c6a37a50142ca9c0e6aa89e7b404823e (diff) | |
download | pango-53c80ee556aeb6840435850ffa2a5aefec4509ea.tar.gz |
Remove pango.modules on uninstall. (bug #328869)
2006-01-27 Behdad Esfahbod <behdad@gnome.org>
* modules/Makefile.am: Remove pango.modules on uninstall. (bug
* #328869)
* pango/pango-fontmap.c, pango/pangocairo-*font.c: Better error
messages.
Diffstat (limited to 'pango/pango-fontmap.c')
-rw-r--r-- | pango/pango-fontmap.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/pango/pango-fontmap.c b/pango/pango-fontmap.c index 8a033566..62ffab9e 100644 --- a/pango/pango-fontmap.c +++ b/pango/pango-fontmap.c @@ -221,10 +221,7 @@ pango_font_map_real_load_fontset (PangoFontMap *fontmap, /* Everything failed, we are screwed, there is no way to continue */ if (pango_fontset_simple_size (fonts) == 0) - { - g_warning ("All font failbacks failed!!!!"); - exit (1); - } + g_error ("All font fallbacks failed!!!!"); return PANGO_FONTSET (fonts); } |