mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 19:00:08 +00:00
styleproperty: An unnamed engine equals the default engine
This commit is contained in:
parent
d314709af6
commit
9e36bea907
@ -523,7 +523,7 @@ theming_engine_value_print (const GValue *value,
|
||||
{
|
||||
/* XXX: gtk_theming_engine_get_name()? */
|
||||
g_object_get (engine, "name", &name, NULL);
|
||||
g_string_append (string, name);
|
||||
g_string_append (string, name ? name : "none");
|
||||
g_free (name);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user