summaryrefslogtreecommitdiff
path: root/mate-dictionary/libgdict/gdict-defbox.h
diff options
context:
space:
mode:
Diffstat (limited to 'mate-dictionary/libgdict/gdict-defbox.h')
-rw-r--r--mate-dictionary/libgdict/gdict-defbox.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/mate-dictionary/libgdict/gdict-defbox.h b/mate-dictionary/libgdict/gdict-defbox.h
index afe9241f..b9f773e1 100644
--- a/mate-dictionary/libgdict/gdict-defbox.h
+++ b/mate-dictionary/libgdict/gdict-defbox.h
@@ -39,14 +39,14 @@ typedef struct _GdictDefboxPrivate GdictDefboxPrivate;
struct _GdictDefbox
{
/*< private >*/
- GtkVBox parent_instance;
+ GtkBox parent_instance;
GdictDefboxPrivate *priv;
};
struct _GdictDefboxClass
{
- GtkVBoxClass parent_class;
+ GtkBoxClass parent_class;
/* these are all RUN_ACTION signals for key bindings */
void (*show_find) (GdictDefbox *defbox);