aboutsummaryrefslogtreecommitdiff
path: root/src/idorange.c
diff options
context:
space:
mode:
authorCody Russell <crussell@canonical.com>2010-08-03 14:47:05 -0500
committerCody Russell <crussell@canonical.com>2010-08-03 14:47:05 -0500
commitf3893ee568a61cb9f893502113826a29e601e807 (patch)
tree0d63ce638e6c2780f97c6a12756a9285bf2e6fc0 /src/idorange.c
parentb35ee3e7db326ae711af284a59faf31915e45b35 (diff)
downloadayatana-ido-f3893ee568a61cb9f893502113826a29e601e807.tar.gz
ayatana-ido-f3893ee568a61cb9f893502113826a29e601e807.tar.bz2
ayatana-ido-f3893ee568a61cb9f893502113826a29e601e807.zip
Fix for armel build. Patch by David Sugar.
Diffstat (limited to 'src/idorange.c')
-rw-r--r--src/idorange.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/idorange.c b/src/idorange.c
index ba5c2c8..c38ac88 100644
--- a/src/idorange.c
+++ b/src/idorange.c
@@ -179,7 +179,7 @@ ido_range_init (IdoRange *range)
* Creates a new #IdoRange widget.
**/
GtkWidget *
-ido_range_new (GtkAdjustment *adj,
+ido_range_new (GtkObject *adj,
IdoRangeStyle style)
{
g_return_val_if_fail (GTK_IS_ADJUSTMENT (adj), NULL);