From f3893ee568a61cb9f893502113826a29e601e807 Mon Sep 17 00:00:00 2001 From: Cody Russell Date: Tue, 3 Aug 2010 14:47:05 -0500 Subject: Fix for armel build. Patch by David Sugar. --- src/idoscalemenuitem.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/idoscalemenuitem.c') diff --git a/src/idoscalemenuitem.c b/src/idoscalemenuitem.c index 4ec4baa..f29c2dc 100644 --- a/src/idoscalemenuitem.c +++ b/src/idoscalemenuitem.c @@ -202,7 +202,7 @@ ido_scale_menu_item_constructed (GObject *object) { IdoScaleMenuItem *self = IDO_SCALE_MENU_ITEM (object); IdoScaleMenuItemPrivate *priv = GET_PRIVATE (self); - GtkAdjustment *adj = GTK_ADJUSTMENT (gtk_adjustment_new (0.0, 0.0, 100.0, 1.0, 10.0, 0.0)); + GtkObject *adj = gtk_adjustment_new (0.0, 0.0, 100.0, 1.0, 10.0, 0.0); IdoRangeStyle range_style; GtkWidget *hbox; -- cgit v1.2.3