From 3967123299f476612b6d546b0b31c9293b3d5f26 Mon Sep 17 00:00:00 2001 From: monsta Date: Fri, 22 Jan 2016 15:10:28 +0300 Subject: [GTK+3] dictionary: (almost) fix deprecated usage of Gtk{H,V}Box --- mate-dictionary/libgdict/gdict-speller.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mate-dictionary/libgdict/gdict-speller.h') 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, -- cgit v1.2.1