[gtk+] cssanimation: Use property id here
- From: Benjamin Otte <otte src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] cssanimation: Use property id here
- Date: Tue, 28 May 2013 14:07:22 +0000 (UTC)
commit f6c746a99db6afa7999abf789eb3abdc01bdb607
Author: Benjamin Otte <otte redhat com>
Date: Tue May 28 15:02:06 2013 +0200
cssanimation: Use property id here
gtk/gtkcssanimation.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkcssanimation.c b/gtk/gtkcssanimation.c
index 2ebf585..ef5e79a 100644
--- a/gtk/gtkcssanimation.c
+++ b/gtk/gtkcssanimation.c
@@ -128,7 +128,7 @@ gtk_css_animation_set_values (GtkStyleAnimation *style_animation,
value = _gtk_css_keyframes_get_value (animation->keyframes,
i,
progress,
- _gtk_css_computed_values_get_intrinsic_value (values, i));
+ _gtk_css_computed_values_get_intrinsic_value (values,
property_id));
_gtk_css_computed_values_set_animated_value (values, property_id, value);
_gtk_css_value_unref (value);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]