animation: Fix a typo
authorEmmanuele Bassi <ebassi@linux.intel.com>
Thu, 25 Feb 2010 12:01:03 +0000 (12:01 +0000)
committerEmmanuele Bassi <ebassi@linux.intel.com>
Thu, 25 Feb 2010 12:01:03 +0000 (12:01 +0000)
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

index 6362d83..e851234 100644 (file)
@@ -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