aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc/e-image-chooser.h
diff options
context:
space:
mode:
Diffstat (limited to 'widgets/misc/e-image-chooser.h')
-rw-r--r--widgets/misc/e-image-chooser.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/widgets/misc/e-image-chooser.h b/widgets/misc/e-image-chooser.h
index 3338e16cd7..cf983c641d 100644
--- a/widgets/misc/e-image-chooser.h
+++ b/widgets/misc/e-image-chooser.h
@@ -50,12 +50,12 @@ typedef struct _EImageChooserClass EImageChooserClass;
typedef struct _EImageChooserPrivate EImageChooserPrivate;
struct _EImageChooser {
- GtkVBox parent;
+ GtkBox parent;
EImageChooserPrivate *priv;
};
struct _EImageChooserClass {
- GtkVBoxClass parent_class;
+ GtkBoxClass parent_class;
/* signals */
void (*changed) (EImageChooser *chooser);