diff options
Diffstat (limited to 'gtk/gtkbbox.c')
-rw-r--r-- | gtk/gtkbbox.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gtk/gtkbbox.c b/gtk/gtkbbox.c index 5ad1267c0d..87ae80a889 100644 --- a/gtk/gtkbbox.c +++ b/gtk/gtkbbox.c @@ -43,8 +43,9 @@ gtk_button_box_get_type (void) sizeof (GtkButtonBoxClass), (GtkClassInitFunc) gtk_button_box_class_init, (GtkObjectInitFunc) gtk_button_box_init, - (GtkArgSetFunc) NULL, - (GtkArgGetFunc) NULL, + /* reversed_1 */ NULL, + /* reversed_2 */ NULL, + (GtkClassInitFunc) NULL, }; button_box_type = gtk_type_unique (gtk_box_get_type (), &button_box_info); |