diff options
author | Michael Terry <mike@mterry.name> | 2011-06-01 15:53:29 -0400 |
---|---|---|
committer | Michael Terry <mike@mterry.name> | 2011-06-01 15:53:29 -0400 |
commit | db8bf6c567c8fde73eaf97b8798e86b4ebc0bd4a (patch) | |
tree | c1cc80b41491adfd624fe424122019bf0ffdd624 /src/idorange.h | |
parent | da4d22c398ce99def3619836fecd6d65b9b19e1a (diff) | |
download | ayatana-ido-db8bf6c567c8fde73eaf97b8798e86b4ebc0bd4a.tar.gz ayatana-ido-db8bf6c567c8fde73eaf97b8798e86b4ebc0bd4a.tar.bz2 ayatana-ido-db8bf6c567c8fde73eaf97b8798e86b4ebc0bd4a.zip |
adjustments aren't widgets
Diffstat (limited to 'src/idorange.h')
-rw-r--r-- | src/idorange.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/idorange.h b/src/idorange.h index 517d7fb..f502520 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 (GtkWidget *adj, +GtkWidget* ido_range_new (GtkAdjustment *adj, IdoRangeStyle style); G_END_DECLS |