Merge branch 'bug-1846'

* bug-1846:
  Fix warning message in the ParamSpec validation
This commit is contained in:
Emmanuele Bassi 2009-10-16 15:55:05 +01:00
commit a9d2c0f690

View File

@ -845,7 +845,7 @@ param_units_validate (GParamSpec *pspec,
g_warning ("The units value of '%s' does not have the same unit "
"type as declared by the ClutterParamSpecUnits of '%s'",
str,
clutter_unit_type_name (otype));
clutter_unit_type_name (uspec->default_type));
g_free (str);