[gtk+/gtk-style-context: 431/533] 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/533] GtkStyleContext: Use correct type for animation duration.
- Date: Wed, 1 Dec 2010 02:42:03 +0000 (UTC)
commit 979764030ff3d8a979cef3c7c501d095b958dac3
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]