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-strategy-chooser.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mate-dictionary/libgdict/gdict-strategy-chooser.h') diff --git a/mate-dictionary/libgdict/gdict-strategy-chooser.h b/mate-dictionary/libgdict/gdict-strategy-chooser.h index 64df74f3..522a9b44 100644 --- a/mate-dictionary/libgdict/gdict-strategy-chooser.h +++ b/mate-dictionary/libgdict/gdict-strategy-chooser.h @@ -43,14 +43,14 @@ typedef struct _GdictStrategyChooserClass GdictStrategyChooserClass; struct _GdictStrategyChooser { - GtkVBox parent_instance; + GtkBox parent_instance; GdictStrategyChooserPrivate *priv; }; struct _GdictStrategyChooserClass { - GtkVBoxClass parent_class; + GtkBoxClass parent_class; void (*strategy_activated) (GdictStrategyChooser *chooser, const gchar *name, -- cgit v1.2.1