mirror of
https://github.com/brl/mutter.git
synced 2024-11-12 17:27:03 -05:00
Use the right string in the font settings debug blurb
This commit is contained in:
parent
e6bc65b5c3
commit
e80035331b
@ -154,7 +154,7 @@ settings_update_font_options (ClutterSettings *self)
|
||||
self->font_name != NULL ? self->font_name : DEFAULT_FONT_NAME,
|
||||
self->xft_antialias,
|
||||
self->xft_hinting,
|
||||
self->xft_hint_style != NULL ? self->font_name : "<null>",
|
||||
self->xft_hint_style != NULL ? self->xft_hint_style : "<null>",
|
||||
self->xft_rgba != NULL ? self->xft_rgba : "<null>",
|
||||
self->resolution);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user