From 3e67ec3d19dd4e31ec68b1b9c33f4b330c7672a3 Mon Sep 17 00:00:00 2001 From: Ken VanDine Date: Fri, 27 May 2011 09:06:46 -0400 Subject: porting to gtk3, WIP --- src/idorange.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/idorange.h') diff --git a/src/idorange.h b/src/idorange.h index a88a900..517d7fb 100644 --- a/src/idorange.h +++ b/src/idorange.h @@ -64,7 +64,7 @@ struct _IdoRangeClass GType ido_range_get_type (void) G_GNUC_CONST; -GtkWidget* ido_range_new (GtkObject *adj, +GtkWidget* ido_range_new (GtkWidget *adj, IdoRangeStyle style); G_END_DECLS -- cgit v1.2.3