[gtk+/gtk-style-context: 431/540] GtkStyleContext: Use correct type for animation duration.
- From: Carlos Garnacho <carlosg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/gtk-style-context: 431/540] GtkStyleContext: Use correct type for animation duration.
- Date: Fri, 3 Dec 2010 03:12:21 +0000 (UTC)
commit a535b72c2d205e18c8c20835a5510cf1ed8469fe
Author: Carlos Garnacho <carlosg gnome org>
Date: Mon Nov 22 03:45:59 2010 +0100
GtkStyleContext: Use correct type for animation duration.
gtk/gtkstylecontext.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkstylecontext.c b/gtk/gtkstylecontext.c
index adb9cd0..3303e74 100644
--- a/gtk/gtkstylecontext.c
+++ b/gtk/gtkstylecontext.c
@@ -583,7 +583,7 @@ timeline_finished_cb (GtkTimeline *timeline,
static AnimationInfo *
animation_info_new (GtkStyleContext *context,
gpointer region_id,
- gdouble duration,
+ guint duration,
GtkTimelineProgressType progress_type,
gboolean loop,
GtkStateType state,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]