aboutsummaryrefslogtreecommitdiff
path: root/src/idorange.c
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2011-10-12 14:05:06 -0500
committerTed Gould <ted@gould.cx>2011-10-12 14:05:06 -0500
commit8a442cf1e0f414d3cecfa405719e01a4b8c57642 (patch)
tree94a01cf18306d7c267b84104d77ab300aee2141f /src/idorange.c
parent93b180bd9bf92d66cd2e9bd1a8b93c2f2c4f6bb3 (diff)
parent28c45e5ca4021a6e314e3d5303fc6b07ffd08b65 (diff)
downloadayatana-ido-8a442cf1e0f414d3cecfa405719e01a4b8c57642.tar.gz
ayatana-ido-8a442cf1e0f414d3cecfa405719e01a4b8c57642.tar.bz2
ayatana-ido-8a442cf1e0f414d3cecfa405719e01a4b8c57642.zip
Fixes for ARM
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 7c55d47..83ab14b 100644
--- a/src/idorange.c
+++ b/src/idorange.c
@@ -203,7 +203,7 @@ ido_range_init (IdoRange *range)
* Creates a new #IdoRange widget.
**/
GtkWidget *
-ido_range_new (GtkAdjustment *adj,
+ido_range_new (GObject *adj,
IdoRangeStyle style)
{
g_return_val_if_fail (GTK_IS_ADJUSTMENT (adj), NULL);