mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-24 15:29:45 +03:00
Fix 1553007
svn path=/trunk/netsurf/; revision=2926
This commit is contained in:
parent
b5274724ed
commit
b353c7cd36
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user