diff options
Diffstat (limited to 'mate-dictionary/libgdict/gdict-speller.h')
-rw-r--r-- | mate-dictionary/libgdict/gdict-speller.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mate-dictionary/libgdict/gdict-speller.h b/mate-dictionary/libgdict/gdict-speller.h index 91b79207..51c46aad 100644 --- a/mate-dictionary/libgdict/gdict-speller.h +++ b/mate-dictionary/libgdict/gdict-speller.h @@ -38,7 +38,7 @@ typedef struct _GdictSpellerClass GdictSpellerClass; struct _GdictSpeller { - GtkVBox parent_instance; + GtkBox parent_instance; /*< private >*/ GdictSpellerPrivate *priv; @@ -46,7 +46,7 @@ struct _GdictSpeller struct _GdictSpellerClass { - GtkVBoxClass parent_class; + GtkBoxClass parent_class; void (*word_activated) (GdictSpeller *speller, const gchar *word, |