Fix 1553007

svn path=/trunk/netsurf/; revision=2926
This commit is contained in:
John Mark Bell 2006-09-07 20:10:14 +00:00
parent b5274724ed
commit b353c7cd36

View File

@ -548,6 +548,11 @@ void ro_gui_wimp_desktop_font(char *family, size_t family_size, int *psize,
goto failsafe;
}
if (font_handle == font_SYSTEM) {
/* Er, yeah; like that's ever gonna work with RUfl */
goto failsafe;
}
error = xfont_read_identifier(font_handle, NULL, &used);
if (error) {
LOG(("xfont_read_identifier: 0x%x: %s",