aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>1999-09-30 02:57:26 +0000
committerGuy Harris <guy@alum.mit.edu>1999-09-30 02:57:26 +0000
commit7caca1db1db7f6d70578f89c76eca88194dbbbaa (patch)
treef84b634b0cabdf0dd99d5f02a6b97413db66cf43 /gtk
parent080ddfb691d294d61864584cc7bdaf95fe0ff8d3 (diff)
GTK 1.2.5 version (not that it matters, given that GLib declares
"gboolean" to be a typedef of "gint"). svn path=/trunk/; revision=738
Diffstat (limited to 'gtk')
-rw-r--r--gtk/gtkclist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkclist.c b/gtk/gtkclist.c
index 77c4986b5a..583e797e31 100644
--- a/gtk/gtkclist.c
+++ b/gtk/gtkclist.c
@@ -1617,7 +1617,7 @@ gtk_clist_set_column_visibility (GtkCList *clist,
void
gtk_clist_set_column_resizeable (GtkCList *clist,
gint column,
- gint resizeable)
+ gboolean resizeable)
{
g_return_if_fail (clist != NULL);
g_return_if_fail (GTK_IS_CLIST (clist));