text: Fix font fallback
Spotted by Coverity. https://bugzilla.gnome.org/show_bug.cgi?id=689496
This commit is contained in:
@ -5008,7 +5008,7 @@ clutter_text_set_font_name (ClutterText *self,
|
||||
else
|
||||
{
|
||||
/* last fallback */
|
||||
default_font_name = g_strdup ("Sans 12");
|
||||
font_name = g_strdup ("Sans 12");
|
||||
}
|
||||
|
||||
is_default_font = TRUE;
|
||||
|
Reference in New Issue
Block a user