text: Fix font fallback
Spotted by Coverity. https://bugzilla.gnome.org/show_bug.cgi?id=689496
This commit is contained in:
parent
fbcab5f097
commit
ea2b368af9
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue