diff options
Diffstat (limited to 'gtk/gtkhbox.c')
-rw-r--r-- | gtk/gtkhbox.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkhbox.c b/gtk/gtkhbox.c index 0c10550b82..f705d9f563 100644 --- a/gtk/gtkhbox.c +++ b/gtk/gtkhbox.c @@ -69,7 +69,7 @@ gtk_hbox_init (GtkHBox *hbox) } GtkWidget* -gtk_hbox_new (gint homogeneous, +gtk_hbox_new (gboolean homogeneous, gint spacing) { GtkHBox *hbox; |