diff options
Diffstat (limited to 'gtk/gtkhpaned.c')
-rw-r--r-- | gtk/gtkhpaned.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk/gtkhpaned.c b/gtk/gtkhpaned.c index 23c50961e8..bf132e9922 100644 --- a/gtk/gtkhpaned.c +++ b/gtk/gtkhpaned.c @@ -49,7 +49,8 @@ gtk_hpaned_get_type () sizeof (GtkHPanedClass), (GtkClassInitFunc) gtk_hpaned_class_init, (GtkObjectInitFunc) gtk_hpaned_init, - (GtkArgFunc) NULL, + (GtkArgSetFunc) NULL, + (GtkArgGetFunc) NULL, }; hpaned_type = gtk_type_unique (gtk_paned_get_type (), &hpaned_info); |