mirror of
https://github.com/brl/mutter.git
synced 2024-11-22 16:10:41 -05:00
Merge branch 'bug-1846'
* bug-1846: Fix warning message in the ParamSpec validation
This commit is contained in:
commit
a9d2c0f690
@ -845,7 +845,7 @@ param_units_validate (GParamSpec *pspec,
|
|||||||
g_warning ("The units value of '%s' does not have the same unit "
|
g_warning ("The units value of '%s' does not have the same unit "
|
||||||
"type as declared by the ClutterParamSpecUnits of '%s'",
|
"type as declared by the ClutterParamSpecUnits of '%s'",
|
||||||
str,
|
str,
|
||||||
clutter_unit_type_name (otype));
|
clutter_unit_type_name (uspec->default_type));
|
||||||
|
|
||||||
g_free (str);
|
g_free (str);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user