summaryrefslogtreecommitdiff
path: root/libslab/slab-section.h
diff options
context:
space:
mode:
Diffstat (limited to 'libslab/slab-section.h')
-rw-r--r--libslab/slab-section.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libslab/slab-section.h b/libslab/slab-section.h
index a6f9c1d7..45868818 100644
--- a/libslab/slab-section.h
+++ b/libslab/slab-section.h
@@ -47,7 +47,7 @@ typedef enum
typedef struct
{
- GtkVBox parent_vbox;
+ GtkBox parent_vbox;
GtkWidget *title;
GtkWidget *contents;
@@ -59,7 +59,7 @@ typedef struct
typedef struct
{
- GtkVBoxClass parent_class;
+ GtkBoxClass parent_class;
} SlabSectionClass;
GType slab_section_get_type (void);