From: Emmanuele Bassi Date: Thu, 25 Feb 2010 12:01:03 +0000 (+0000) Subject: animation: Fix a typo X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=be8f53f229397e72fcf5a1bed245d555ea4747e9;p=profile%2Fivi%2Fclutter.git 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. --- 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