animation: Fix a typo

This will teach me to check before compiling a version-dependent branch
that I'm actually using my jhbuild environment and not the system
libraries.
This commit is contained in:
Emmanuele Bassi 2010-02-25 12:01:03 +00:00
parent 26e22b2ede
commit be8f53f229

View File

@ -1838,7 +1838,7 @@ clutter_animation_setup_valist (ClutterAnimation *animation,
} }
#if GLIB_CHECK_VERSION (2, 23, 2) #if GLIB_CHECK_VERSION (2, 23, 2)
G_VALUE_COLLECT_INIT (&file, G_PARAM_SPEC_VALUE_TYPE (pspec), G_VALUE_COLLECT_INIT (&final, G_PARAM_SPEC_VALUE_TYPE (pspec),
var_args, 0, var_args, 0,
&error); &error);
#else #else