aboutsummaryrefslogtreecommitdiffstats
path: root/embed/ephy-embed.h
diff options
context:
space:
mode:
Diffstat (limited to 'embed/ephy-embed.h')
-rw-r--r--embed/ephy-embed.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/embed/ephy-embed.h b/embed/ephy-embed.h
index b30b85fba..72cc55817 100644
--- a/embed/ephy-embed.h
+++ b/embed/ephy-embed.h
@@ -44,14 +44,14 @@ typedef struct _EphyEmbedPrivate EphyEmbedPrivate;
#define EPHY_EMBED_STATUSBAR_HELP_MESSAGE_CONTEXT_DESCRIPTION "help_message"
struct _EphyEmbed {
- GtkVBox parent_instance;
+ GtkBox parent_instance;
/*< private >*/
EphyEmbedPrivate *priv;
};
struct _EphyEmbedClass {
- GtkVBoxClass parent_class;
+ GtkBoxClass parent_class;
};
GType ephy_embed_get_type (void);