From be8f53f229397e72fcf5a1bed245d555ea4747e9 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Thu, 25 Feb 2010 12:01:03 +0000 Subject: [PATCH] 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. --- clutter/clutter-animation.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clutter/clutter-animation.c b/clutter/clutter-animation.c index 6362d83..e851234 100644 --- a/clutter/clutter-animation.c +++ b/clutter/clutter-animation.c @@ -1838,7 +1838,7 @@ clutter_animation_setup_valist (ClutterAnimation *animation, } #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, &error); #else -- 2.7.4